Skip to content

Commit

Permalink
chore: more any
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jun 21, 2024
1 parent 0fde92a commit 72adccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/__mocks__/zustand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import actualCreate from 'zustand'
import { vi } from 'vitest'

// when creating a store, we get its initial state, create a reset function and add it in the set
const create = vi.fn((createState: any) => {
const create = vi.fn((createState) => {
const store = actualCreate(createState)
return store
})
Expand Down

0 comments on commit 72adccf

Please sign in to comment.