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
The following test script causes the test suite to hang rather than fail. It's not a common case for sure, but it is useful can happen if you are using a placeholder temporarily while you can generate a failing test case:
exportdefaulttest('naked rejection').assert('a pure rejection with no error value',()=>Promise.reject());
This should fail in some way, but instead it hangs completely.
The text was updated successfully, but these errors were encountered:
The following test script causes the test suite to hang rather than fail. It's not a common case for sure, but it is useful can happen if you are using a placeholder temporarily while you can generate a failing test case:
This should fail in some way, but instead it hangs completely.
The text was updated successfully, but these errors were encountered: