Skip to content

Commit 3e7eb56

Browse files
committed
fix: correct import path for SayHello component in test file
1 parent e3df0f3 commit 3e7eb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/say-hello.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { mount } from '@vue/test-utils'
22
import { describe, expect, it, vi } from 'vitest'
3-
import SayHello from '../src/components/SayHello.vue'
3+
import SayHello from '../src/say-hello/SayHello.vue'
44

55
describe('test for SayHello.vue', () => {
66
it('renders a button', () => {

0 commit comments

Comments
 (0)