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
In my code there are cases where I might get some errors, which I'm fine with.
I looked around and found the allowUncaught flag to prevent uncaught errors to fail my tests.
Problem is, I don't really understand what this flag does, because the tests keep failing.
In my code there are cases where I might get some errors, which I'm fine with.
I looked around and found the
allowUncaught
flag to prevent uncaught errors to fail my tests.Problem is, I don't really understand what this flag does, because the tests keep failing.
As you can see in the code, there is no way to block the fn callback in cause of
uncaughtException
.If this flag is not intended for this use case, please add some proper documentation for it.
The text was updated successfully, but these errors were encountered: