Ghost/core/test/client/testem.json

10 lines
132 B
JSON
Raw Normal View History

2014-11-27 07:06:24 +03:00
{
"test_page": "core/test/client/index.html",
"launch_in_ci": [
"PhantomJS"
],
"launch_in_dev": [
"PhantomJS"
]
}