Allow access to mocha context from unit tests #3648
Unanswered
jswitzer-lulus
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Some of our unit tests take longer then 5 seconds to complete. There should be a way to work around this. Currently there is not.
Describe the solution you'd like
A simple solution would be to allow access to the mocha context from the unit test blocks. This would also allow access to a number of other useful mocha features.
Describe alternatives you've considered
A global or test suite level preference would be a nice feature in the future but it seems much more involved.
All reactions