15 lines
216 B
JavaScript
15 lines
216 B
JavaScript
|
|
module.exports = {
|
|
'allow-uncaught' : false,
|
|
'async-only': false,
|
|
bail: true,
|
|
color: true,
|
|
delay: false,
|
|
diff: true,
|
|
exit: true,
|
|
timeout: 10000,
|
|
'trace-warnings': true,
|
|
ui: 'bdd',
|
|
retries: 2
|
|
}
|