random-bunny/jest.setup.js
Vylpes 06485e0a88
All checks were successful
continuous-integration/drone/push Build is passing
Setup Jest (#57)
- Setup Jest
- Add test scripts
- Configure Drone

Fixes #1

Co-authored-by: Ethan Lane <ethan@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/57
2023-04-22 13:20:30 +01:00

3 lines
81 B
JavaScript

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