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