diff --git a/src/layouts/vin-lookup/vin-lookup.spec.js b/src/layouts/vin-lookup/vin-lookup.spec.js index 35ae1377..8c276eb7 100644 --- a/src/layouts/vin-lookup/vin-lookup.spec.js +++ b/src/layouts/vin-lookup/vin-lookup.spec.js @@ -119,6 +119,11 @@ const vehicleWithNoAdditionalPartsOrQuestionsMockResponse = { }, }; +jest.mock("bootstrap", () => ({ + getInstance: jest.fn(), + getOrCreateInstance: jest.fn(), +})); + const mockRoute = { query: { // Needed inside vehicle-questions-mixin