Updated based upon feedback
This commit is contained in:
parent
a36292d384
commit
9aaf771d74
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import questionsPageLayout from '@/iss-components/questions-page-layout/question
|
|||
import { shallowMount } from '@vue/test-utils';
|
||||
import { getMountOptions } from '@/helpers/unit-test-helper.js';
|
||||
import vehicleQuestionsMixin from '@/mixins/vehicle-questions-mixin';
|
||||
import baseMixin from '../../mixins/base-mixin';
|
||||
import baseMixin from '@/mixins/base-mixin';
|
||||
|
||||
// Mock our module for promises.
|
||||
jest.mock('@/helpers/layout-helper.js', () => ({
|
||||
|
|
|
|||
Loading…
Reference in a new issue