Skip to content

Commit 94d2b38

Browse files
committed
Fix stopwatch test
1 parent a4a59ec commit 94d2b38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/__tests__/stopwatch.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ test('updates component state', async () => {
2424
expect(elapsedTime).toHaveTextContent('0ms')
2525

2626
await fireEvent.click(startButton)
27-
27+
await fireEvent.click(startButton)
28+
2829
expect(elapsedTime).not.toHaveTextContent('0ms')
2930
})

0 commit comments

Comments
 (0)