You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an async test goes wrong and test.done() gets called multiple times, then there are multiple lines of execution which caused test failures for me that were very hard to debug. Would be awesome if there was a guard against this and multiple calls to test.done() errors and reports the test which caused it.
The text was updated successfully, but these errors were encountered:
If an async test goes wrong and
test.done()
gets called multiple times, then there are multiple lines of execution which caused test failures for me that were very hard to debug. Would be awesome if there was a guard against this and multiple calls totest.done()
errors and reports the test which caused it.The text was updated successfully, but these errors were encountered: