Skip to content

Commit f811772

Browse files
chore: updaet test-config
1 parent 179d5f3 commit f811772

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: tests/app/tests/test-config.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
(<any>global).mocha.setup(
2-
{ timeout: 20000 },
3-
{ exit: true });
1+
(<any>global).mocha.setup({
2+
timeout: 20000,
3+
exit: true
4+
});
45

56
import * as chai from "chai";
67
export let assert: typeof chai.assert = (<any>global).chai.assert;

0 commit comments

Comments
 (0)