MyRepo-Ums/node_modules/eventemitter-asyncresource/.taprc

13 lines
272 B
Plaintext
Raw Normal View History

2024-01-19 10:09:11 +00:00
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