1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 09:06:17 +02:00

Use gulp-mocha

This commit is contained in:
Aya Morisawa
2017-03-01 18:13:01 +09:00
parent 55f8d88df9
commit 659e350bc6
2 changed files with 12 additions and 2 deletions

View File

@@ -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",