fix(ui): migrate to cra v4

This commit is contained in:
Łukasz Mierzwa
2020-11-23 18:12:08 +00:00
committed by Łukasz Mierzwa
parent f225143775
commit db0aa0bab9
41 changed files with 215 additions and 860 deletions

View File

@@ -8,12 +8,9 @@ import { OverviewModal } from ".";
let alertStore: AlertStore;
beforeAll(() => {
jest.useFakeTimers();
});
beforeEach(() => {
alertStore = new AlertStore([]);
jest.useFakeTimers();
});
afterEach(() => {