Cleanup imports

This commit is contained in:
rejas
2019-06-04 10:43:06 +02:00
parent 69aafd7d6a
commit 702b98f510
26 changed files with 11 additions and 103 deletions

View File

@@ -1,14 +1,9 @@
const helpers = require("./global-setup");
const path = require("path");
const request = require("request");
const expect = require("chai").expect;
const forEach = require("mocha-each");
const describe = global.describe;
const it = global.it;
const beforeEach = global.beforeEach;
const afterEach = global.afterEach;
const forEach = require("mocha-each");
describe("All font files from roboto.css should be downloadable", function() {
helpers.setupTimeout(this);