Updated test search path so mocha can find test.ts files.

This commit is contained in:
Rodrigo Rodriguez 2018-07-26 10:43:35 -03:00 committed by GitHub
parent 0156ef84d6
commit fd03ae30d5

View file

@ -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": {