UNPKG

ember-frost-core

Version:
14 lines (13 loc) 222 B
/* eslint-env node */ module.exports = { disable_watching: true, framework: 'mocha', launch_in_ci: [ 'Chrome', 'Firefox' ], launch_in_dev: [ 'Chrome' ], test_page: 'tests/index.html?hidepassed' }