From b99dc759e6709dffdcfb5da1df6365113f3f32ee Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 4 Mar 2017 19:03:59 +0900 Subject: [Test] Fix test --- gulpfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.ts') diff --git a/gulpfile.ts b/gulpfile.ts index 41a5e134fa..688ca29d30 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -109,7 +109,7 @@ gulp.task('lint', () => gulp.task('mocha', () => gulp.src([]) .pipe(mocha({ - compilers: 'ts:ts-node/register' + //compilers: 'ts:ts-node/register' } as any)) ); -- cgit v1.2.3-freya