fabric.js/testem.json
Jeremy Shipman d0c32acf7f Introduced testem test runner (#3327)
* Introduced testem test runner.
Install testem via 'npm install -g testem'
Run testem via 'testem'

* Fixed fixture image paths in tests
2016-10-05 09:12:26 +02:00

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
}