Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 19, 2022
1 parent 490ff5d commit e3757b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { describe, expect, it } from 'vitest'

describe('index', () => {
it('hi jest', () => {
it('hi vitest', () => {
expect(1).toBe(1)
})
})

0 comments on commit e3757b7

Please sign in to comment.