Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Jul 11, 2024
1 parent 4fbb0ee commit be601ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue/src/exports/actions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ test('exports', () => {
"verifyMessage",
"verifyTypedData",
"watchAccount",
"watchAsset",
"watchBlocks",
"watchBlockNumber",
"watchChainId",
Expand Down
1 change: 1 addition & 0 deletions packages/vue/src/exports/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ test('exports', () => {
"useSwitchChain",
"useTransaction",
"useTransactionReceipt",
"useWatchAsset",
"useWatchBlockNumber",
"useWaitForTransactionReceipt",
"useWriteContract",
Expand Down
1 change: 1 addition & 0 deletions packages/vue/src/exports/query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ test('exports', () => {
"verifyTypedDataQueryOptions",
"waitForTransactionReceiptQueryKey",
"waitForTransactionReceiptQueryOptions",
"watchAssetMutationOptions",
"writeContractMutationOptions",
"hashFn",
"structuralSharing",
Expand Down

0 comments on commit be601ac

Please sign in to comment.