lint also tests folder
This commit is contained in:
@ -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
|
||||
});
|
||||
|
Reference in New Issue
Block a user