bigint-crypto-utils/node_modules/mocha/lib/mocharc.json

12 lines
232 B
JSON

{
"diff": true,
"extension": ["js", "cjs", "mjs"],
"opts": "./test/mocha.opts",
"package": "./package.json",
"reporter": "spec",
"slow": 75,
"timeout": 2000,
"ui": "bdd",
"watch-ignore": ["node_modules", ".git"]
}