mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-24 07:34:41 +00:00
19 lines
306 B
JSON
19 lines
306 B
JSON
|
|
{
|
||
|
|
"serve_files": [
|
||
|
|
"test/fixtures/test_script.js",
|
||
|
|
"dist/fabric.js",
|
||
|
|
"test/unit/*.js"
|
||
|
|
],
|
||
|
|
"test_page": "tests.mustache?hidepassed",
|
||
|
|
"launch_in_dev": [
|
||
|
|
"Chrome", "Node"
|
||
|
|
],
|
||
|
|
"launchers": {
|
||
|
|
"Node": {
|
||
|
|
"command": "node test.js"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"timeout": 540,
|
||
|
|
"parallel": 4
|
||
|
|
}
|