mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 09:52:09 +03:00
12 lines
170 B
JSON
12 lines
170 B
JSON
|
{
|
||
|
"framework": "qunit",
|
||
|
"test_page": "tests/index.html?hidepassed",
|
||
|
"launch_in_ci": [
|
||
|
"PhantomJS"
|
||
|
],
|
||
|
"launch_in_dev": [
|
||
|
"PhantomJS",
|
||
|
"Chrome"
|
||
|
]
|
||
|
}
|