This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
hymenobacterdotinfo/testem.json
Matthew Dillon 20765e5dac Revert "ember-cli 0.2.5"
Will look at this later

This reverts commit 7a24962d30.
2015-05-29 15:45:46 -08:00

11 lines
170 B
JSON

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