We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a08ebf commit 5ea5ef7Copy full SHA for 5ea5ef7
test/.mocharc.js
@@ -4,6 +4,6 @@ module.exports = {
4
recursive: true,
5
reporter: 'spec',
6
spec: 'test/**/*.spec.js',
7
- watch: true,
+ watch: false,
8
'watch-files': ['src/**/*.js', 'test/**/*.spec.js'],
9
}
0 commit comments