Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshj committed Oct 19, 2022
1 parent b143890 commit 2d0e9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/types.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,6 @@ it('StateCreator subtyping', () => {

create<State>()(persist(foo()))

let _testSubtyping: StateCreator<State, [['zustand/persist', unknown]]> =
const _testSubtyping: StateCreator<State, [['zustand/persist', unknown]]> =
{} as StateCreator<State, []>
})

0 comments on commit 2d0e9a7

Please sign in to comment.