feat(tests): db test

This commit is contained in:
Alexey Kasyanchuk
2018-02-04 00:31:24 +03:00
parent 28305250aa
commit ae6864ba55
5 changed files with 96 additions and 7 deletions

View File

@ -2,8 +2,8 @@ import { expect } from "chai";
import testUtils from "./utils";
describe("application launch", () => {
beforeEach(testUtils.beforeEach);
afterEach(testUtils.afterEach);
before(testUtils.beforeEach);
after(testUtils.afterEach);
it("index page loaded", async function() {
const { app } = this