Revert "Use TypeScript for tests"

This reverts commit 409964adcb.
This commit is contained in:
Aya Morisawa 2017-02-28 01:58:32 +09:00
parent 409964adcb
commit 0bc1ead411
3 changed files with 19 additions and 15 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": "mocha --harmony"
},
"dependencies": {
"@types/bcryptjs": "2.4.0",