Fix timed out test
This commit is contained in:
@@ -51,6 +51,7 @@ describe("App", () => {
|
|||||||
beforeAll(() => {
|
beforeAll(() => {
|
||||||
global.URL.createObjectURL = jest.fn();
|
global.URL.createObjectURL = jest.fn();
|
||||||
addSnapshotSerializer(expect);
|
addSnapshotSerializer(expect);
|
||||||
|
jest.setTimeout(10000);
|
||||||
}, 60000);
|
}, 60000);
|
||||||
|
|
||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user