Skip to content

Commit

Permalink
test: useCountdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo-shen committed Feb 11, 2024
1 parent 68ab37f commit fecaf3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/core/useCountdown/index.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { describe, expect, test } from 'vitest'
import { useCountdown } from '.'

describe('useEllipsis', () => {
test('should be defined', () => {
expect(useCountdown).toBeDefined()
})
})

0 comments on commit fecaf3d

Please sign in to comment.