1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00
Files
browser/scripts/migrations/takeuntil/test/setup.ts
2025-07-25 10:51:46 +02:00

5 lines
75 B
TypeScript

// Global test setup
global.beforeEach(() => {
jest.clearAllMocks();
});