Questions tagged [testing-library]

Questions about testing JavaScript code with the Testing Library utilities

282 questions
0
votes
2 answers

Timeout simulation not working with testing-library and useFakeTimers

I'm working on a vueJS component that allows to display a modal after 5 seconds. the component works well as expected.