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
I think the best solution is to stop rejecting the promise in that case. Rejection has the side affect of bailing out of Promise.all early, so other test files may not finish. We should resolve with an failure result, that will simply be summarized in the output. We should save rejection for unexpected/unrecoverable problems.
We should resolve with an failure result, that will simply be summarized in the output. We should save rejection for unexpected/unrecoverable problems.
From: #245 (comment)
Our error stack is pretty useless when an error comes from the forked process.
The text was updated successfully, but these errors were encountered: