Skip to content

Commit 0963212

Browse files
author
Walker Leite
committed
fix(gulp-tasks): add exit in mocha to close mocha when test pass
1 parent 756f033 commit 0963212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/gulp-tasks/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ gulp.task(
1212
.pipe(mocha({
1313
compilers: 'js:babel-core/register',
1414
require: path.resolve(dirs.test, 'mocha.conf.js'),
15+
exit: true,
1516
}))
1617
);
1718

0 commit comments

Comments
 (0)