fixed tests
This commit is contained in:
parent
ac976b54fb
commit
e44d61c34b
1 changed files with 5 additions and 0 deletions
|
|
@ -119,6 +119,11 @@ const vehicleWithNoAdditionalPartsOrQuestionsMockResponse = {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
jest.mock("bootstrap", () => ({
|
||||||
|
getInstance: jest.fn(),
|
||||||
|
getOrCreateInstance: jest.fn(),
|
||||||
|
}));
|
||||||
|
|
||||||
const mockRoute = {
|
const mockRoute = {
|
||||||
query: {
|
query: {
|
||||||
// Needed inside vehicle-questions-mixin
|
// Needed inside vehicle-questions-mixin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue