mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 22:02:11 +03:00
14 lines
273 B
JavaScript
14 lines
273 B
JavaScript
/*jshint node:true*/
|
|
module.exports = {
|
|
"framework": "qunit",
|
|
"test_page": "tests/index.html?hidepassed",
|
|
"phantomjs_debug_port": 9000,
|
|
"disable_watching": true,
|
|
"launch_in_ci": [
|
|
"chrome"
|
|
],
|
|
"launch_in_dev": [
|
|
"chrome"
|
|
]
|
|
};
|