mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-07-02 10:03:12 +08:00
chore: add init
This commit is contained in:
7
tests/demo.test.ts
Normal file
7
tests/demo.test.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { describe, expect, it } from 'vitest'
|
||||
|
||||
describe('demo', () => {
|
||||
it('should pass', () => {
|
||||
expect(1).toBe(1)
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user