0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/testem.json
2014-11-26 23:20:50 -05:00

9 lines
132 B
JSON

{
"test_page": "core/test/client/index.html",
"launch_in_ci": [
"PhantomJS"
],
"launch_in_dev": [
"PhantomJS"
]
}