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 5c04d62 commit 8a69556Copy full SHA for 8a69556
README.md
@@ -86,6 +86,7 @@ test('Fetch makes an API call and displays the greeting when load-greeting is cl
86
// Act
87
Simulate.click(queryByTestId('load-greeting'))
88
89
+ // let's wait for our mocked `get` request promise to resolve
90
await flushPromises()
91
92
// Assert
0 commit comments