Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luoling8192 committed Oct 12, 2024
1 parent 261d9ea commit a500695
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { describe, expect, it } from 'vitest'

describe('implementation', () => {
it('should be ok', () => {
expect(1 + 1).toBe(2)
})
})

0 comments on commit a500695

Please sign in to comment.