We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7a5c0 commit a9a678bCopy full SHA for a9a678b
gulp/tasks/dev.js
@@ -22,7 +22,7 @@ require('./test');
22
function watchDevFiles() {
23
const stream = gulp.watch([
24
`${config.root}/src/**/*.ts`,
25
- `${config.root}/tests/unit/**/*`,
+ config.paths.test.unit
26
], gulp.parallel('test:unit'));
27
28
stream.on('error', () => {});
0 commit comments