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 ran the tests for the "Error Boundaries: Other Errors" lesson (/exercises/09.errors/02.solution.show-boundary/error-boundary.test.ts) and saw the tests show as passing even before I started the exercise, but the console shows that the assertions are not being satisfied.
I went back to the previous chapter (09.01) and see the same thing happening in /exercises/09.errors/01.solution.composition/error-boundary.test.ts so I started troubleshooting there.
test.ts:35 Uncaught (in promise) Error: Error boundary is rendered immediately due to render error
Thanks for bringing this up! I forgot to await the test step.
Thank you! And now that you've shown me the fix, I'm going to apply the same for /exercises/09.errors/02.solution.show-boundary/error-boundary.test.ts brb
I ran the tests for the "Error Boundaries: Other Errors" lesson (
/exercises/09.errors/02.solution.show-boundary/error-boundary.test.ts
) and saw the tests show as passing even before I started the exercise, but the console shows that the assertions are not being satisfied.I went back to the previous chapter (09.01) and see the same thing happening in
/exercises/09.errors/01.solution.composition/error-boundary.test.ts
so I started troubleshooting there.It seems like something in
testStep
isn't behaving right. I did a little bit of digging in https://github.com/epicweb-dev/epicshop/blob/main/packages/workshop-utils/src/test.ts but I got lost real fast.The text was updated successfully, but these errors were encountered: