mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-21 10:01:55 +00:00
Update mocha options for recursive test lookup
Mocha will now recursively lookup *.spec.ts files under the `test/` folder
This commit is contained in:
parent
6c0df43f1a
commit
d0762298a5
@ -2,4 +2,4 @@
|
||||
--require ts-node/register/transpile-only
|
||||
--timeout 30000
|
||||
--bail
|
||||
test/*.{ts,js}
|
||||
test/**/*.spec.ts
|
||||
|
@ -1,3 +1,3 @@
|
||||
--exit
|
||||
--timeout 30000
|
||||
build/test/*.js
|
||||
build/test/**/*.js
|
||||
|
Loading…
x
Reference in New Issue
Block a user