diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-28 02:48:37 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-28 02:48:37 +0900 |
| commit | 6f497a3bd5fedee272071fc4c9476b792aa91db4 (patch) | |
| tree | cc0d15ca7562e5c1692fcc321cb387c21ec1729a /package.json | |
| parent | Merge branch 'mocha-ts' (diff) | |
| download | misskey-6f497a3bd5fedee272071fc4c9476b792aa91db4.tar.gz misskey-6f497a3bd5fedee272071fc4c9476b792aa91db4.tar.bz2 misskey-6f497a3bd5fedee272071fc4c9476b792aa91db4.zip | |
Use TypeScript for tests
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 5b625191e2..3d504968f6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "clean": "gulp clean", "cleanall": "gulp cleanall", "lint": "gulp lint", - "test": "mocha --harmony" + "test": "mocha --compilers ts:ts-node/register --harmony" }, "dependencies": { "@types/bcryptjs": "2.4.0", |