open-nomad/ui/testem.js

8 lines
174 B
JavaScript
Raw Normal View History

2017-09-19 14:47:10 +00:00
/* eslint-env node */
module.exports = {
test_page: 'tests/index.html?hidepassed',
disable_watching: true,
launch_in_ci: ['PhantomJS'],
launch_in_dev: ['Chrome'],
};