Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Sep 8, 2023
1 parent ee15a37 commit 082927e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/react/src/hooks/useBlockNumber.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { config, testClient } from '@wagmi/test'
import { testClient } from '@wagmi/test'
import { renderHook, waitFor } from '@wagmi/test/react'
import { expect, test } from 'vitest'

Expand Down Expand Up @@ -47,13 +47,6 @@ test('mounts', async () => {
`)
})

test('parameters: config', () => {
const { result } = renderHook(() => useBlockNumber({ config }), {
wrapper: ({ children }) => children,
})
expect(result.current).toBeDefined()
})

test('parameters: watch', async () => {
await testClient.mainnet.resetFork()

Expand Down

1 comment on commit 082927e

@vercel
Copy link

@vercel vercel bot commented on 082927e Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wagmi-v2 – ./docs

alpha.wagmi.sh
wagmi-v2-wagmi-dev.vercel.app
wagmi-v2-git-alpha-wagmi-dev.vercel.app
wagmi-v2.vercel.app

Please sign in to comment.