mocharc.json 201 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 { "diff": true, "extension": ["js", "cjs", "mjs"], "package": "./package.json", "reporter": "spec", "slow": 75, "timeout": 2000, "ui": "bdd", "watch-ignore": ["node_modules", ".git"] }