.mocharc.json 118 B

12345678
  1. {
  2. "node-option": ["import=tsx"],
  3. "extensions": ["ts"],
  4. "timeout": 1000000,
  5. "spec": [
  6. "tests/**/*.ts"
  7. ]
  8. }