UNPKG

216 BJavaScriptView Raw
1
2module.exports = {
3 'allow-uncaught' : false,
4 'async-only': false,
5 bail: true,
6 color: true,
7 delay: false,
8 diff: true,
9 exit: true,
10 timeout: 10000,
11 'trace-warnings': true,
12 ui: 'bdd',
13 retries: 2
14}