mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-25 05:29:07 +01:00
gulpfile - shutdown mocha after test run
see: - http://mochajs.org/#usage - https://boneskull.com/mocha-v4-nears-release/#mochawontforceexit
This commit is contained in:
parent
d24990a490
commit
3dd517f7fd
@ -93,6 +93,7 @@ gulp.src('./src/**/*.ts')
|
|||||||
gulp.task('mocha', () =>
|
gulp.task('mocha', () =>
|
||||||
gulp.src([])
|
gulp.src([])
|
||||||
.pipe(mocha({
|
.pipe(mocha({
|
||||||
|
exit: true
|
||||||
//compilers: 'ts:ts-node/register'
|
//compilers: 'ts:ts-node/register'
|
||||||
} as any))
|
} as any))
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user