Update mocha options for recursive test lookup

Mocha will now recursively lookup *.spec.ts files under the `test/` folder
This commit is contained in:
Felipe Lalanne 2021-04-09 13:02:29 -04:00
parent 6c0df43f1a
commit d0762298a5
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
--require ts-node/register/transpile-only
--timeout 30000
--bail
test/*.{ts,js}
test/**/*.spec.ts

View File

@ -1,3 +1,3 @@
--exit
--timeout 30000
build/test/*.js
build/test/**/*.js