-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fix "mochawd" to work without the control flow #3985
Comments
The core issue is that in #3781 we hard-code a) Fix/maintain the code we've brought over b) Change our wrappers to restore the global function when
I prefer option b, implementation 1. It's not too complex, should work for all the cases we support, and allows us to use |
+1 for the first approach. Seems like the least maintenance burden, and if we don't currently wrap nested calls why add it? |
I'm down with approach 1 too. |
The equivalent of
jasminewd
for mocha is inlib/frameworks/mocha
. It needs to support the control flow being turned offThe text was updated successfully, but these errors were encountered: