Use typescript in tests
This commit is contained in:
parent
97a4ec4ff3
commit
c06f297c47
3 changed files with 14 additions and 28 deletions
|
@ -91,8 +91,8 @@ gulp.src('./src/**/*.ts')
|
|||
gulp.task('mocha', () =>
|
||||
gulp.src([])
|
||||
.pipe(mocha({
|
||||
exit: true
|
||||
//compilers: 'ts:ts-node/register'
|
||||
exit: true,
|
||||
compilers: 'ts:ts-node/register'
|
||||
} as any))
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue