mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 02:53:37 +08:00
12 lines
159 B
JSON
12 lines
159 B
JSON
{
|
|
"framework": "qunit",
|
|
"test_page": "tests/index.html",
|
|
"launch_in_ci": [
|
|
"PhantomJS"
|
|
],
|
|
"launch_in_dev": [
|
|
"PhantomJS",
|
|
"Chrome"
|
|
]
|
|
}
|