.taprc 272 B

123456789101112
  1. check-coverage: true
  2. color: true
  3. coverage: true
  4. coverage-report:
  5. - html
  6. - text
  7. no-browser: true
  8. test-env: TS_NODE_PROJECT=test/tsconfig.json
  9. test-ignore: $.
  10. test-regex: ((\/|^)(tests?|__tests?__)\/.*|\.(tests?|spec)|^\/?tests?)\.([mc]js|[jt]sx?)$
  11. timeout: 30
  12. ts: true