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 756f033 commit 0963212Copy full SHA for 0963212
template/gulp-tasks/test.js
@@ -12,6 +12,7 @@ gulp.task(
12
.pipe(mocha({
13
compilers: 'js:babel-core/register',
14
require: path.resolve(dirs.test, 'mocha.conf.js'),
15
+ exit: true,
16
}))
17
);
18
0 commit comments