We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e007a7d commit c61d711Copy full SHA for c61d711
tests/unit/example.spec.ts
@@ -1,4 +1,4 @@
1
-import HomePage from '@/views/HomePage.vue';
+import Tab1Page from '@/views/Tab1Page.vue';
2
import { mount } from '@vue/test-utils';
3
4
describe('FolderPage.vue', () => {
@@ -8,7 +8,7 @@ describe('FolderPage.vue', () => {
8
id: 'Outbox',
9
},
10
};
11
- const wrapper = mount(HomePage, {
+ const wrapper = mount(Tab1Page, {
12
global: {
13
mocks: {
14
$route: mockRoute,
0 commit comments