chore: move mocha config to .mocharc.yml to package.json is cleaner
parent
ae67215a7e
commit
2ee4cad33e
@ -0,0 +1,11 @@
|
||||
jobs: 1
|
||||
package: './package.json'
|
||||
parallel: false
|
||||
exit: true
|
||||
recursive: true
|
||||
require: 'jsdom-global/register'
|
||||
sort: false
|
||||
spec:
|
||||
- './ts/test/**/*_test.js' # the positional arguments!
|
||||
timeout: 1000
|
||||
watch: false
|
Loading…
Reference in New Issue