Skip to content

Commit

Permalink
fix(usePagiantion): init test
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo-shen committed Mar 2, 2024
1 parent 806fed9 commit e0fd740
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/core/usePagination/index.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { describe, expect, test } from 'vitest'
import { usePagination } from '.'

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

0 comments on commit e0fd740

Please sign in to comment.