sharedrop/testem.json
2015-01-04 18:22:23 +01:00

12 lines
159 B
JSON

{
"framework": "qunit",
"test_page": "tests/index.html",
"launch_in_ci": [
"PhantomJS"
],
"launch_in_dev": [
"PhantomJS",
"Chrome"
]
}