mirror of
https://github.com/lovell/sharp.git
synced 2025-07-08 18:20:13 +02:00
8 lines
126 B
JSON
8 lines
126 B
JSON
{
|
|
"parallel": true,
|
|
"slow": 1000,
|
|
"timeout": 30000,
|
|
"require": "./test/beforeEach.js",
|
|
"spec": "./test/unit/*.js"
|
|
}
|