1
0
mirror of https://github.com/flarum/core.git synced 2025-02-25 11:43:19 +01:00
php-flarum/ember/testem.json

12 lines
159 B
JSON
Raw Normal View History

2014-12-20 16:56:46 +10:30
{
"framework": "qunit",
"test_page": "tests/index.html",
"launch_in_ci": [
"PhantomJS"
],
"launch_in_dev": [
"PhantomJS",
"Chrome"
]
2014-12-20 16:56:46 +10:30
}