We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca5413 commit e349184Copy full SHA for e349184
readme.md
@@ -25,6 +25,11 @@ gulp.task('default', function () {
25
});
26
```
27
28
+> If you are writing a watch task to run your tests as you modify your `.js` files, be aware that you might run
29
+into issues. This plugin runs your mocha tests within the same process as your watch task and state isn't reset
30
+between runs. If your tests eventually fail within the watch task but pass when run in a standalone task or with
31
+`mocha test`, then you need to use the [`gulp-spawn-mocha`](https://github.com/KenPowers/gulp-spawn-mocha) plugin.
32
+
33
34
## API
35
0 commit comments