Skip to content

Commit 55c793d

Browse files
author
Sylvestre Gug
committed
simplify mocha config
1 parent fd6e615 commit 55c793d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.mocharc.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ module.exports = {
33
extension: ["js"],
44
global: [],
55
ignore: [],
6-
jobs: 5,
76
parallel: true,
8-
reporter: "spec",
97
require: "@babel/register",
108
spec: ["test/**/*.test.js"],
11-
watch: false,
12-
"watch-files": ["lib/**/*.js", "test/**/*.js"],
139
};

0 commit comments

Comments
 (0)