mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 02:30:12 +02:00
This allows to easily invoke Mocha alone via `npx mocha`, or for e.g. VSCode Test Explorer to find and run tests with the correct settings automatically.
7 lines
89 B
JSON
7 lines
89 B
JSON
{
|
|
"parallel": true,
|
|
"slow": 1000,
|
|
"timeout": 30000,
|
|
"spec": "./test/unit/*.js"
|
|
}
|