Use TypeScript for tests

This commit is contained in:
syuilo 2017-02-28 01:26:56 +09:00 committed by Aya Morisawa
parent 7055bc6b8e
commit 409964adcb
3 changed files with 13 additions and 17 deletions

View file

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