We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804d4f1 commit 41eb805Copy full SHA for 41eb805
src/test/utils/buildRemoveLiquidityCallData.test.ts
@@ -57,7 +57,7 @@ describe('buildRemoveLiquidityCallData', () => {
57
})
58
59
it('should throw if position not found', async () => {
60
- vi.mocked(getPosition).mockResolvedValueOnce(undefined as ReturnType<typeof getPosition>)
+ vi.mocked(getPosition).mockResolvedValueOnce(undefined as any)
61
62
const { buildRemoveLiquidityCallData } = await import('@/utils/buildRemoveLiquidityCallData')
63
await expect(
0 commit comments