remove unused references

This commit is contained in:
Karsten Hassel 2021-06-11 00:32:54 +02:00
parent ba4b976e80
commit 65a8cb9ddb
16 changed files with 43 additions and 56 deletions

View File

@ -1,8 +1,5 @@
const helpers = require("./global-setup");
const describe = global.describe;
const it = global.it;
describe("Development console tests", function () {
helpers.setupTimeout(this);

View File

@ -1,10 +1,10 @@
const helpers = require("./global-setup");
const fetch = require("node-fetch");
const describe = global.describe;
const it = global.it;
const beforeEach = global.beforeEach;
const afterEach = global.afterEach;
describe("Electron app environment", function () {
helpers.setupTimeout(this);

View File

@ -1,7 +1,7 @@
const helpers = require("./global-setup");
const fetch = require("node-fetch");
const describe = global.describe;
describe("All font files from roboto.css should be downloadable", function () {
helpers.setupTimeout(this);

View File

@ -1,11 +1,6 @@
const helpers = require("./global-setup");
const fetch = require("node-fetch");
const describe = global.describe;
const it = global.it;
const beforeEach = global.beforeEach;
const afterEach = global.afterEach;
describe("ipWhitelist directive configuration", function () {
helpers.setupTimeout(this);

View File

@ -1,9 +1,9 @@
const helpers = require("../global-setup");
const describe = global.describe;
const it = global.it;
const beforeEach = global.beforeEach;
const afterEach = global.afterEach;
describe("Alert module", function () {
helpers.setupTimeout(this);

View File

@ -1,10 +1,10 @@
const helpers = require("../global-setup");
const serverBasicAuth = require("../../servers/basic-auth.js");
const describe = global.describe;
const it = global.it;
const beforeEach = global.beforeEach;
const afterEach = global.afterEach;
describe("Calendar module", function () {
helpers.setupTimeout(this);

View File

@ -1,9 +1,9 @@
const helpers = require("../global-setup");
const describe = global.describe;
const it = global.it;
const beforeEach = global.beforeEach;
const afterEach = global.afterEach;
describe("Clock set to spanish language module", function () {
helpers.setupTimeout(this);

View File

@ -1,10 +1,10 @@
const helpers = require("../global-setup");
const moment = require("moment");
const describe = global.describe;
const it = global.it;
const beforeEach = global.beforeEach;
const afterEach = global.afterEach;
describe("Clock module", function () {
helpers.setupTimeout(this);

View File

@ -1,9 +1,9 @@
const helpers = require("../global-setup");
const describe = global.describe;
const it = global.it;
const beforeEach = global.beforeEach;
const afterEach = global.afterEach;
describe("Compliments module", function () {
helpers.setupTimeout(this);

View File

@ -1,10 +1,5 @@
const helpers = require("../global-setup");
const describe = global.describe;
const it = global.it;
const beforeEach = global.beforeEach;
const afterEach = global.afterEach;
describe("Test helloworld module", function () {
helpers.setupTimeout(this);

View File

@ -1,9 +1,9 @@
const helpers = require("../global-setup");
const describe = global.describe;
const it = global.it;
const beforeEach = global.beforeEach;
const afterEach = global.afterEach;
describe("Newsfeed module", function () {
helpers.setupTimeout(this);

View File

@ -1,7 +1,7 @@
const helpers = require("./global-setup");
const describe = global.describe;
const it = global.it;
describe("Display of modules", function () {
helpers.setupTimeout(this);

View File

@ -1,7 +1,7 @@
const helpers = require("./global-setup");
const describe = global.describe;
const it = global.it;
describe("Position of modules", function () {
helpers.setupTimeout(this);

View File

@ -1,10 +1,10 @@
const helpers = require("./global-setup");
const fetch = require("node-fetch");
const describe = global.describe;
const it = global.it;
const beforeEach = global.beforeEach;
const afterEach = global.afterEach;
describe("port directive configuration", function () {
helpers.setupTimeout(this);

View File

@ -1,8 +1,8 @@
const helpers = require("./global-setup");
const fetch = require("node-fetch");
const describe = global.describe;
const it = global.it;
const before = global.before;
const after = global.after;

View File

@ -1,9 +1,9 @@
const helpers = require("./global-setup");
const describe = global.describe;
const it = global.it;
const beforeEach = global.beforeEach;
const afterEach = global.afterEach;
describe("Check configuration without modules", function () {
helpers.setupTimeout(this);