main: Quick commit

This commit is contained in:
tom@tom.com
2026-04-30 00:14:13 +08:00
parent ccbeb14c78
commit 6ca7068590
16 changed files with 139 additions and 165 deletions

View File

@@ -1,11 +0,0 @@
import { describe, it, expect } from 'vitest'
import { mount } from '@vue/test-utils'
import HelloWorld from '../HelloWorld.vue'
describe('HelloWorld', () => {
it('renders properly', () => {
const wrapper = mount(HelloWorld, { props: { msg: 'Hello Vitest' } })
expect(wrapper.text()).toContain('Hello Vitest')
})
})