1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/testem.js
2016-03-01 12:49:28 +00:00

15 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'
]
};