You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
272 B
12 lines
272 B
check-coverage: true
|
|
color: true
|
|
coverage: true
|
|
coverage-report:
|
|
- html
|
|
- text
|
|
no-browser: true
|
|
test-env: TS_NODE_PROJECT=test/tsconfig.json
|
|
test-ignore: $.
|
|
test-regex: ((\/|^)(tests?|__tests?__)\/.*|\.(tests?|spec)|^\/?tests?)\.([mc]js|[jt]sx?)$
|
|
timeout: 30
|
|
ts: true
|