Merge branch 'master' into fetch-mock

This commit is contained in:
Pavel Mineev
2021-02-24 18:29:37 +00:00
committed by GitHub
13 changed files with 116 additions and 186 deletions
+5
View File
@@ -0,0 +1,5 @@
import 'jest-localstorage-mock';
afterEach(() => {
localStorage.clear();
});