fix(tests): simplify tests

This commit is contained in:
Alexey Kasyanchuk
2018-06-30 01:54:38 +03:00
parent 72828b860f
commit 8dc7cfecf9
8 changed files with 28 additions and 72 deletions

View File

@ -2,20 +2,10 @@ const expect = (is) => {
if(!is)
throw new Error('expected not done');
}
import testUtils from "./utils";
const {pool} = require('../src/background/mysql')
const forBigTable = require('../src/background/forBigTable')
describe("big table for check", () => {
before(testUtils.beforeEach);
after(testUtils.afterEach);
it("runned", async function() {
const { app } = this
await app.client.waitForExist('#index-window')
});
let sphinx;
it("init", function() {