Skip to content

Commit c61d711

Browse files
committed
fix example unit test
1 parent e007a7d commit c61d711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/example.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import HomePage from '@/views/HomePage.vue';
1+
import Tab1Page from '@/views/Tab1Page.vue';
22
import { mount } from '@vue/test-utils';
33

44
describe('FolderPage.vue', () => {
@@ -8,7 +8,7 @@ describe('FolderPage.vue', () => {
88
id: 'Outbox',
99
},
1010
};
11-
const wrapper = mount(HomePage, {
11+
const wrapper = mount(Tab1Page, {
1212
global: {
1313
mocks: {
1414
$route: mockRoute,

0 commit comments

Comments
 (0)