initial commit
This commit is contained in:
commit
869be69d67
42 changed files with 11444 additions and 0 deletions
7
test/unit/example.test.ts
Normal file
7
test/unit/example.test.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { describe, expect, it } from 'vitest'
|
||||
|
||||
describe('example unit test', () => {
|
||||
it('should pass', () => {
|
||||
expect(1 + 1).toBe(2)
|
||||
})
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue