We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f6974 commit 82b5b57Copy full SHA for 82b5b57
tests/__tests__/stopwatch.js
@@ -25,6 +25,6 @@ test('updates component state', async () => {
25
26
await fireEvent.click(startButton)
27
28
-
+
29
expect(elapsedTime).not.toHaveTextContent('0ms')
30
})
0 commit comments