Blame view
dist/bower_components/fabric.js/testem.json
306 Bytes
ffc06a7f8
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{ "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 } |