mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 19:53:59 +00:00
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
// Global test setup
|
|
global.beforeEach(() => {
|
|
jest.clearAllMocks();
|
|
});
|