diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-04 19:03:59 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-04 19:21:04 +0900 |
| commit | b99dc759e6709dffdcfb5da1df6365113f3f32ee (patch) | |
| tree | 9d19f79a27a8dbd9976eefc3309f041653434ebd /gulpfile.ts | |
| parent | Merge pull request #234 from syuilo/greenkeeper/request-2.80.0 (diff) | |
| download | sharkey-b99dc759e6709dffdcfb5da1df6365113f3f32ee.tar.gz sharkey-b99dc759e6709dffdcfb5da1df6365113f3f32ee.tar.bz2 sharkey-b99dc759e6709dffdcfb5da1df6365113f3f32ee.zip | |
[Test] Fix test
Diffstat (limited to 'gulpfile.ts')
| -rw-r--r-- | gulpfile.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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)) ); |