forked from FoundKeyGang/FoundKey
Fix #1961
This commit is contained in:
parent
01703e5584
commit
6e39b73f07
1 changed files with 2 additions and 2 deletions
|
@ -90,10 +90,10 @@ gulp.task('format', () =>
|
||||||
);
|
);
|
||||||
|
|
||||||
gulp.task('mocha', () =>
|
gulp.task('mocha', () =>
|
||||||
gulp.src([])
|
gulp.src('./test/**/*.ts')
|
||||||
.pipe(mocha({
|
.pipe(mocha({
|
||||||
exit: true,
|
exit: true,
|
||||||
compilers: 'ts:ts-node/register'
|
require: 'ts-node/register'
|
||||||
} as any))
|
} as any))
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue