Closed MonicaOlejniczak closed 1 year ago
The useTimeout tests were flakey when run with older dependencies, due to the jest.spyOn being declared at the top. These changes inline the spies to make the tests more robust.
useTimeout
jest.spyOn
The
useTimeout
tests were flakey when run with older dependencies, due to thejest.spyOn
being declared at the top. These changes inline the spies to make the tests more robust.