Skip to content

Commit 82b5b57

Browse files
committed
lint:fix
1 parent b2f6974 commit 82b5b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/__tests__/stopwatch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ test('updates component state', async () => {
2525

2626
await fireEvent.click(startButton)
2727
await fireEvent.click(startButton)
28-
28+
2929
expect(elapsedTime).not.toHaveTextContent('0ms')
3030
})

0 commit comments

Comments
 (0)