Skip to content

Commit

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

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

0 comments on commit d4ddf00

Please sign in to comment.