Javascript setTimeout function not working in tests
Essentially, when I run tests on my App.tsx, the function passed into setTimeout is not being executed.
Essentially, when I run tests on my App.tsx, the function passed into setTimeout is not being executed.