Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit dc0b95e

Browse files
committed
chore: ensure mocha exits by default
1 parent 59102b6 commit dc0b95e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.mocharc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"watch-ignore": ["./test/_test-output", "node_modules"]
2+
"watch-ignore": ["./test/_test-output", "node_modules"],
3+
"exit": true
34
}

0 commit comments

Comments
 (0)