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 e3df0f3 commit 3e7eb56Copy full SHA for 3e7eb56
tests/say-hello.test.ts
@@ -1,6 +1,6 @@
1
import { mount } from '@vue/test-utils'
2
import { describe, expect, it, vi } from 'vitest'
3
-import SayHello from '../src/components/SayHello.vue'
+import SayHello from '../src/say-hello/SayHello.vue'
4
5
describe('test for SayHello.vue', () => {
6
it('renders a button', () => {
0 commit comments