diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-03-01 18:13:01 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-03-01 18:13:01 +0900 |
| commit | 659e350bc65462c99be02af104b1493baa2d86dc (patch) | |
| tree | bf2cdb61bf4231a8c1395112f13d8e2eccdd29d3 /package.json | |
| parent | Extract after_success (diff) | |
| download | misskey-659e350bc65462c99be02af104b1493baa2d86dc.tar.gz misskey-659e350bc65462c99be02af104b1493baa2d86dc.tar.bz2 misskey-659e350bc65462c99be02af104b1493baa2d86dc.zip | |
Use gulp-mocha
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 93cf2066d1..276436b725 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "clean": "gulp clean", "cleanall": "gulp cleanall", "lint": "gulp lint", - "test": "mocha --compilers ts:ts-node/register --harmony" + "test": "gulp test" }, "dependencies": { "@types/bcryptjs": "2.4.0", @@ -38,6 +38,7 @@ "@types/gm": "1.17.29", "@types/gulp": "3.8.32", "@types/gulp-babel": "6.1.29", + "@types/gulp-mocha": "0.0.29", "@types/gulp-rename": "0.0.31", "@types/gulp-tslint": "3.6.30", "@types/gulp-typescript": "0.0.32", @@ -96,6 +97,7 @@ "gulp-babel": "6.1.2", "gulp-cssnano": "2.1.2", "gulp-imagemin": "3.1.1", + "gulp-mocha": "4.0.1", "gulp-pug": "3.2.0", "gulp-rename": "1.2.2", "gulp-tslint": "7.1.0", |