Skip to content

Commit

Permalink
tests: snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 13, 2024
1 parent d451d32 commit 9ca84bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/clients/createClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ describe('extends', () => {
"getBytecode": [Function],
"getChainId": [Function],
"getContractEvents": [Function],
"getEip712Domain": [Function],
"getEnsAddress": [Function],
"getEnsAvatar": [Function],
"getEnsName": [Function],
Expand Down
1 change: 1 addition & 0 deletions src/clients/createTestClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ test('extend', () => {
"getBytecode": [Function],
"getChainId": [Function],
"getContractEvents": [Function],
"getEip712Domain": [Function],
"getEnsAddress": [Function],
"getEnsAvatar": [Function],
"getEnsName": [Function],
Expand Down
1 change: 1 addition & 0 deletions src/clients/createWalletClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ test('extend', () => {
"getBytecode": [Function],
"getChainId": [Function],
"getContractEvents": [Function],
"getEip712Domain": [Function],
"getEnsAddress": [Function],
"getEnsAvatar": [Function],
"getEnsName": [Function],
Expand Down

0 comments on commit 9ca84bb

Please sign in to comment.