arrow-mocha
arrow-mocha copied to clipboard
Should 'describe' be wrapped as well?
What do you think about adding describe? I have a this.timeout call like in http://mochajs.org/#timeouts. Thanks!
That seems like a valid use-case. Effectively arrow-mocha could wrap all globals, like https://www.npmjs.com/package/global-mocha.
Yes please. I needed to do this.timeout = xxx inside a describe suite.