blob: 7494912106c3fa7634d6c41dd872aeb4b5ea2cf1 [file] [log] [blame]
{
"test_page": "test/index.html",
"parallel": 5,
"before_tests": "npm run build-all",
"launchers": {
"Mocha": {
"command": "./node_modules/.bin/mocha test/main.js"
}
},
"launch_in_ci": ["PhantomJS", "Mocha"]
}