Skip to content

Commit ef8bec1

Browse files
committed
remove unnecessary test
1 parent 216bf34 commit ef8bec1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

exercises/01.use-state/04.solution.preserve-state/state.test.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,3 @@ await testStep(
3232
expect(setState).to.be.a('function')
3333
},
3434
)
35-
36-
await testStep(
37-
'There are no still testable changes in this exercise step from the previous one. Keep going!',
38-
() => {},
39-
)

0 commit comments

Comments
 (0)