Fix import path

This commit is contained in:
mattwr18 2019-12-04 20:11:34 +01:00
parent 42540eb909
commit 8bd69e9e2f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import { config, mount, RouterLinkStub } from '@vue/test-utils'
import Vuex from 'vuex' import Vuex from 'vuex'
import ReportRow from './ReportRow.vue' import ReportRow from './ReportRow.vue'
import BaseIcon from '~/components/_new/generic/BaseIcon/BaseIcon' import BaseIcon from '~/components/_new/generic/BaseIcon/BaseIcon'
import { reports } from '~/components/features/ReportsList/ReportsList.story.js' import { reports } from '~/components/features/ReportList/ReportList.story.js'
const localVue = global.localVue const localVue = global.localVue

View File

@ -1,7 +1,7 @@
import { config, mount } from '@vue/test-utils' import { config, mount } from '@vue/test-utils'
import Vuex from 'vuex' import Vuex from 'vuex'
import ReportsTable from './ReportsTable.vue' import ReportsTable from './ReportsTable.vue'
import { reports } from '~/components/features/ReportsList/ReportsList.story.js' import { reports } from '~/components/features/ReportList/ReportList.story.js'
const localVue = global.localVue const localVue = global.localVue