summaryrefslogtreecommitdiff
path: root/gulpfile.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-04 19:03:59 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-04 19:21:04 +0900
commitb99dc759e6709dffdcfb5da1df6365113f3f32ee (patch)
tree9d19f79a27a8dbd9976eefc3309f041653434ebd /gulpfile.ts
parentMerge pull request #234 from syuilo/greenkeeper/request-2.80.0 (diff)
downloadsharkey-b99dc759e6709dffdcfb5da1df6365113f3f32ee.tar.gz
sharkey-b99dc759e6709dffdcfb5da1df6365113f3f32ee.tar.bz2
sharkey-b99dc759e6709dffdcfb5da1df6365113f3f32ee.zip
[Test] Fix test
Diffstat (limited to 'gulpfile.ts')
-rw-r--r--gulpfile.ts2
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))
);