testem.json
306 Bytes
{
"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
}