Use TypeScript for tests
This commit is contained in:
parent
db7e28c640
commit
6f497a3bd5
3 changed files with 13 additions and 17 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue