0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/client/testem.json

14 lines
208 B
JSON
Raw Normal View History

2015-02-12 21:22:32 -07:00
{
"framework": "mocha",
2015-02-12 21:22:32 -07:00
"test_page": "tests/index.html?hidepassed",
"disable_watching": true,
2015-02-12 21:22:32 -07:00
"launch_in_ci": [
"Chrome",
"Firefox"
2015-02-12 21:22:32 -07:00
],
"launch_in_dev": [
"Chrome",
"Firefox"
2015-02-12 21:22:32 -07:00
]
}