1
0
mirror of https://github.com/flarum/core.git synced 2025-01-18 06:38:25 +01:00
php-flarum/ember/testem.json

12 lines
159 B
JSON

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