lint also tests folder

This commit is contained in:
Alexey Kasyanchuk
2018-06-30 02:03:43 +03:00
parent 8dc7cfecf9
commit c086cd2087
7 changed files with 126 additions and 126 deletions

View File

@ -1,13 +1,13 @@
import {startApplication, stopApplication} from "../tests/application";
describe("application", () => {
before(startApplication);
after(stopApplication);
before(startApplication);
after(stopApplication);
it("check start", async function() {
const { app } = this
await app.client.waitForExist('#index-window')
});
it("check start", async function() {
const { app } = this
await app.client.waitForExist('#index-window')
});
//TESTS
//TESTS
});