Skip to content

v1.6.0

Compare
Choose a tag to compare
@nboxhallburnett nboxhallburnett released this 05 Apr 10:24
· 33 commits to master since this release

Add option to set mocha opts in params:

...
// [Optional] Mocha options to pass through (overridden by supplied arguments)
mochaOpts: {
    timeout: 20000,
    ui: 'tdd'
},
...