Ghost/ghost/admin/testem.js

15 lines
277 B
JavaScript
Raw Normal View History

2016-03-01 10:38:03 +03:00
/*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'
]
};