card-drop/jest.setup.js
Ethan Lane 706951e05f
All checks were successful
Test / build (push) Successful in 13s
Update tests
2024-11-05 19:37:56 +00:00

4 lines
No EOL
103 B
JavaScript

jest.setTimeout(1 * 1000); // 1 second
jest.resetModules();
jest.resetAllMocks();
jest.useFakeTimers();