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 ae3a5e7b34
commit d24d357fdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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