Skip to content

Commit

Permalink
chore: remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
luokuning committed Sep 8, 2021
1 parent ffe2cfe commit 6f62d57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,3 @@ it('should return desired value', () => {
expect(typeof result.current.subscribe).toBe('function')
expect(typeof result.current.unsubscribe).toBe('function')
})

it('should throw error when props is not valid type', () => {})

0 comments on commit 6f62d57

Please sign in to comment.