9b6d8a813713ea44327543f10c872b9d4a44e109
- Replace fireEvent import with userEvent from @testing-library/user-event - Add const user = userEvent.setup() inside each test body using interactions - Replace fireEvent.click(azureButton) with await user.click(azureButton) - Replace fireEvent.change(nameInput) with await user.clear() + await user.type() - Make all interaction tests async
Description
No description provided
1 MiB
Languages
TypeScript
96.8%
CSS
1.6%
Dockerfile
0.6%
Shell
0.5%
HTML
0.5%