We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2602c59 commit 29eed0aCopy full SHA for 29eed0a
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 wait()
28
29
30
expect(elapsedTime).not.toHaveTextContent('0ms')
0 commit comments