antd-tiny-vue/tests/demo.test.ts

8 lines
130 B
TypeScript
Raw Normal View History

2023-02-14 21:10:35 +08:00
import { describe, expect, it } from 'vitest'
describe('demo', () => {
it('should pass', () => {
expect(1).toBe(1)
})
})