mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
fix(ui): migrate to cra v4
This commit is contained in:
committed by
Łukasz Mierzwa
parent
f225143775
commit
db0aa0bab9
@@ -8,12 +8,9 @@ import { OverviewModal } from ".";
|
||||
|
||||
let alertStore: AlertStore;
|
||||
|
||||
beforeAll(() => {
|
||||
jest.useFakeTimers();
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
alertStore = new AlertStore([]);
|
||||
jest.useFakeTimers();
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user