From c06f297c478ee0b818ae8ff41e0d2bde18430da3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 3 Apr 2018 13:03:37 +0900 Subject: Use typescript in tests --- gulpfile.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gulpfile.ts') diff --git a/gulpfile.ts b/gulpfile.ts index f372ed2993..fe3b040237 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -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)) ); -- cgit v1.2.3-freya