diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-17 16:07:48 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-17 16:07:48 +0900 |
| commit | c282fefe006bd9fc1f88b390d79e97fe0eb45ae3 (patch) | |
| tree | 37a8cbd8a45bc2a04a4b366a33b83313518d5c7a /package.json | |
| parent | test (diff) | |
| download | misskey-c282fefe006bd9fc1f88b390d79e97fe0eb45ae3.tar.gz misskey-c282fefe006bd9fc1f88b390d79e97fe0eb45ae3.tar.bz2 misskey-c282fefe006bd9fc1f88b390d79e97fe0eb45ae3.zip | |
test
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2a727bb75b..bada9dac81 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "clean": "gulp clean", "cleanall": "gulp cleanall", "lint": "gulp lint", - "test": "mocha" + "test": "mocha --harmony" }, "dependencies": { "@types/bcrypt": "1.0.0", |