mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01:00
14 lines
277 B
JavaScript
14 lines
277 B
JavaScript
/*jshint node:true*/
|
|
module.exports = {
|
|
'framework': 'mocha',
|
|
'test_page': 'tests/index.html?hidepassed',
|
|
'disable_watching': true,
|
|
'launch_in_ci': [
|
|
'Chrome',
|
|
'Firefox'
|
|
],
|
|
'launch_in_dev': [
|
|
'Chrome',
|
|
'Firefox'
|
|
]
|
|
};
|