mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
14 lines
274 B
JavaScript
14 lines
274 B
JavaScript
/* eslint-env node */
|
|
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'
|
|
]
|
|
};
|