mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
* Introduced testem test runner. Install testem via 'npm install -g testem' Run testem via 'testem' * Fixed fixture image paths in tests
18 lines
306 B
JSON
18 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
|
|
}
|