sharp/.mocharc.jsonc
2022-11-15 08:58:09 +00:00

8 lines
126 B
JSON

{
"parallel": true,
"slow": 1000,
"timeout": 30000,
"require": "./test/beforeEach.js",
"spec": "./test/unit/*.js"
}