0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/client/testem.json
2014-12-05 14:53:45 +00:00

9 lines
132 B
JSON

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