We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a59ec commit 94d2b38Copy full SHA for 94d2b38
tests/__tests__/stopwatch.js
@@ -24,6 +24,7 @@ test('updates component state', async () => {
24
expect(elapsedTime).toHaveTextContent('0ms')
25
26
await fireEvent.click(startButton)
27
-
+ await fireEvent.click(startButton)
28
+
29
expect(elapsedTime).not.toHaveTextContent('0ms')
30
})
0 commit comments