Skip to content

Instantly share code, notes, and snippets.

@OlaoluwaM
Last active October 4, 2020 23:16
Show Gist options
  • Save OlaoluwaM/0fda2e5e35b97cb51aa919da27db3e21 to your computer and use it in GitHub Desktop.
Save OlaoluwaM/0fda2e5e35b97cb51aa919da27db3e21 to your computer and use it in GitHub Desktop.
async test example
test('should...', async () => {
await act(async () => {
fireEvent.input(inputElement, {target: {value: 123}})
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment