Questions about testing JavaScript code with the Testing Library utilities
Questions tagged [testing-library]
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.