antd-tiny-vue/tests/demo.test.ts
2023-02-14 21:10:35 +08:00

8 lines
130 B
TypeScript

import { describe, expect, it } from 'vitest'
describe('demo', () => {
it('should pass', () => {
expect(1).toBe(1)
})
})