8 lines
174 B
JavaScript
8 lines
174 B
JavaScript
|
/* eslint-env node */
|
||
|
module.exports = {
|
||
|
test_page: 'tests/index.html?hidepassed',
|
||
|
disable_watching: true,
|
||
|
launch_in_ci: ['PhantomJS'],
|
||
|
launch_in_dev: ['Chrome'],
|
||
|
};
|