Missed one! Gah!

This commit is contained in:
DavidAtSafelite 2023-07-28 14:23:49 -04:00
parent acc76bb330
commit 5ec0a6ca62

View file

@ -4,7 +4,7 @@ import vehicleLookupAlertTypes from '@/constants/vehicle-lookup-alert-types';
import { RouterLinkStub } from '@vue/test-utils';
import { render } from '@testing-library/vue';
import '@testing-library/jest-dom';
import VinLookupAlertsComponent from './vin-lookup-alerts';
import VinLookupAlertsComponent from '@/layouts/vin-lookup/vin-lookup-alerts/vin-lookup-alerts';
jest.mock('@/helpers/damage-helper');