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
Currently, when writing tests, it is impossible to know if your input is causing errors to be thrown, since they are swallowed by trap() and not reported.
Use the log key of the environment created in isolate() to re-throw Error objects.
The text was updated successfully, but these errors were encountered:
Currently, when writing tests, it is impossible to know if your input is causing errors to be thrown, since they are swallowed by
trap()
and not reported.Use the
log
key of the environment created inisolate()
to re-throwError
objects.The text was updated successfully, but these errors were encountered: