Skip to content

Commit a9a4012

Browse files
committed
await test step
Closes #399
1 parent 2ae8a0a commit a9a4012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/09.errors/01.solution.composition/error-boundary.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { screen } = dtl
33

44
import './index.tsx'
55

6-
testStep(
6+
await testStep(
77
'Error boundary is rendered immediately due to render error',
88
async () => {
99
// Check if the error message is displayed

0 commit comments

Comments
 (0)