Fix unit test.
This commit is contained in:
parent
f21baf67a2
commit
876f68c8c0
1 changed files with 1 additions and 5 deletions
|
|
@ -51,7 +51,7 @@ jest.mock("@/store", () => ({
|
||||||
},
|
},
|
||||||
eventBusItem: jest.fn(),
|
eventBusItem: jest.fn(),
|
||||||
damage: {
|
damage: {
|
||||||
glassToReplace: []
|
glassToReplace: []
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
@ -145,7 +145,3 @@ function setupMocks({
|
||||||
|
|
||||||
return { wrapper, apiPromise };
|
return { wrapper, apiPromise };
|
||||||
}
|
}
|
||||||
© 2022 GitHub, Inc.
|
|
||||||
Terms
|
|
||||||
Privacy
|
|
||||||
Security
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue