CMU Coding Bootcamp
at main 8 lines 184 B view raw
1import '@testing-library/jest-dom'; 2 3// Clean up after each test to prevent memory leaks 4afterEach(() => { 5 jest.clearAllTimers(); 6 jest.clearAllMocks(); 7 localStorage.clear(); 8});