Skip to content

Commit

Permalink
PKG -- [fcl-wc] fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Nov 15, 2023
1 parent 182d3db commit 1dfc3e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fcl-wc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Initializtion returns `FclWcServicePlugin` and a Walletconnect `client`. The `cl
Passing `FclWcServicePlugin` to `fcl.pluginRegistry.add()` will enable use of the `"WC/RPC"` service strategy and add new and existing WalletConnect services to FCL Discovery.

```javascript
import * as fcl from '@onflow/fcl'
import * as fcl from '@onflow/fcl-core'
import { init } from '@onflow/fcl-wc'

const { FclWcServicePlugin, client } = await init({
Expand Down
2 changes: 1 addition & 1 deletion packages/fcl-wc/src/fcl-wc.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {init} from './fcl-wc'
import * as fcl from '@onflow/fcl'
import * as fcl from '@onflow/fcl-core'

jest.mock('@walletconnect/modal', () => {})
jest.mock('@walletconnect/sign-client', () => {})
Expand Down

0 comments on commit 1dfc3e2

Please sign in to comment.