6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
import 'jest-localstorage-mock';
|
|
|
|
afterEach(() => {
|
|
localStorage.clear();
|
|
});
|