Updated test search path so mocha can find test.ts files.
This commit is contained in:
parent
ae3a5e7b34
commit
d24d357fdd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
"startIde": "npm-run-all clean --parallel watch:build watch:server --print-label",
|
||||
"watch:build": "tsc --watch",
|
||||
"watch:server": "nodemon './dist/index.js' --watch './dist'",
|
||||
"test": "mocha -r ts-node/register src/**/*.test.ts",
|
||||
"test": "mocha -r ts-node/register deploy/**/*.test.ts",
|
||||
"build-docs": "typedoc --options typedoc.json src/"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Add table
Reference in a new issue