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,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);