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