mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-01-25 15:39:08 +08:00
8 lines
130 B
TypeScript
8 lines
130 B
TypeScript
import { describe, expect, it } from 'vitest'
|
|
|
|
describe('demo', () => {
|
|
it('should pass', () => {
|
|
expect(1).toBe(1)
|
|
})
|
|
})
|