Advertisement
Guest User

.mocharc.json

a guest
Jan 3rd, 2024
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.47 KB | None | 0 0
  1. {
  2.   "allow-uncaught": false,
  3.   "bail": false,
  4.   "async-only": false,
  5.   "check-leaks": false,
  6.   "exit": true,
  7.   "slow": 100,
  8.   "parallel": false,
  9.   "jobs": 1,
  10.   "isWorker": false,
  11.   "recursive": true,
  12.   "watch": false,
  13.   "require": [
  14.     "ts-node/register",
  15.     "tsconfig-paths/register",
  16.     "test/setup/globalSetup.ts"
  17.   ],
  18.   "extension": ["ts", "js", "json"],
  19.   "spec": ["{src,test}/**/*.spec.ts"],
  20.   "package": "./../../../package.json",
  21.   "timeout": 30000
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement