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