card-drop/jest.setup.js
Ethan Lane c706737369 Create initial bot framework (#7)
#1

Reviewed-on: https://gitea.vylpes.xyz/External/card-drop/pulls/7
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Co-committed-by: Ethan Lane <ethan@vylpes.com>
2023-08-19 16:56:22 +01:00

3 lines
81 B
JavaScript

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