balena-supervisor/test/fast-mocha.opts
Felipe Lalanne d0762298a5 Update mocha options for recursive test lookup
Mocha will now recursively lookup *.spec.ts files under the `test/` folder
2021-04-09 13:02:29 -04:00

6 lines
90 B
Plaintext

--exit
--require ts-node/register/transpile-only
--timeout 30000
--bail
test/**/*.spec.ts