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

15 lines
278 B
JavaScript
Raw Normal View History

/* eslint-env node */
2016-03-01 08:38:03 +01:00
module.exports = {
'framework': 'mocha',
'test_page': 'tests/index.html?hidepassed',
'disable_watching': true,
'launch_in_ci': [
'Chrome',
'Firefox'
],
'launch_in_dev': [
'Chrome',
'Firefox'
]
};