feat(tests): db test
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user