Skip to content

Commit ee19c99

Browse files
committed
chore: up snaps
1 parent 096ba31 commit ee19c99

File tree

9 files changed

+44
-0
lines changed

9 files changed

+44
-0
lines changed

src/clients/createClient.test.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ test('creates', () => {
4040
"request": [Function],
4141
"transport": {
4242
"key": "mock",
43+
"methods": undefined,
4344
"name": "Mock Transport",
4445
"request": [MockFunction spy],
4546
"retryCount": 3,
@@ -93,6 +94,7 @@ describe('transports', () => {
9394
"transport": {
9495
"fetchOptions": undefined,
9596
"key": "http",
97+
"methods": undefined,
9698
"name": "HTTP JSON-RPC",
9799
"request": [Function],
98100
"retryCount": 3,
@@ -147,6 +149,7 @@ describe('transports', () => {
147149
"getRpcClient": [Function],
148150
"getSocket": [Function],
149151
"key": "webSocket",
152+
"methods": undefined,
150153
"name": "WebSocket JSON-RPC",
151154
"request": [Function],
152155
"retryCount": 3,
@@ -180,6 +183,7 @@ describe('transports', () => {
180183
"request": [Function],
181184
"transport": {
182185
"key": "custom",
186+
"methods": undefined,
183187
"name": "Custom Provider",
184188
"request": [Function],
185189
"retryCount": 3,
@@ -222,6 +226,7 @@ describe('config', () => {
222226
"request": [Function],
223227
"transport": {
224228
"key": "mock",
229+
"methods": undefined,
225230
"name": "Mock Transport",
226231
"request": [MockFunction spy],
227232
"retryCount": 3,
@@ -268,6 +273,7 @@ describe('config', () => {
268273
"request": [Function],
269274
"transport": {
270275
"key": "mock",
276+
"methods": undefined,
271277
"name": "Mock Transport",
272278
"request": [MockFunction spy],
273279
"retryCount": 3,
@@ -309,6 +315,7 @@ describe('config', () => {
309315
"request": [Function],
310316
"transport": {
311317
"key": "mock",
318+
"methods": undefined,
312319
"name": "Mock Transport",
313320
"request": [MockFunction spy],
314321
"retryCount": 3,
@@ -350,6 +357,7 @@ describe('config', () => {
350357
"request": [Function],
351358
"transport": {
352359
"key": "mock",
360+
"methods": undefined,
353361
"name": "Mock Transport",
354362
"request": [MockFunction spy],
355363
"retryCount": 3,
@@ -391,6 +399,7 @@ describe('config', () => {
391399
"request": [Function],
392400
"transport": {
393401
"key": "mock",
402+
"methods": undefined,
394403
"name": "Mock Transport",
395404
"request": [MockFunction spy],
396405
"retryCount": 3,
@@ -432,6 +441,7 @@ describe('config', () => {
432441
"request": [Function],
433442
"transport": {
434443
"key": "mock",
444+
"methods": undefined,
435445
"name": "Mock Transport",
436446
"request": [MockFunction spy],
437447
"retryCount": 3,
@@ -540,6 +550,7 @@ describe('extends', () => {
540550
"transport": {
541551
"fetchOptions": undefined,
542552
"key": "http",
553+
"methods": undefined,
543554
"name": "HTTP JSON-RPC",
544555
"request": [Function],
545556
"retryCount": 3,

src/clients/createPublicClient.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ test('creates', () => {
8585
"simulateContract": [Function],
8686
"transport": {
8787
"key": "mock",
88+
"methods": undefined,
8889
"name": "Mock Transport",
8990
"request": [MockFunction spy],
9091
"retryCount": 3,
@@ -228,6 +229,7 @@ describe('transports', () => {
228229
"transport": {
229230
"fetchOptions": undefined,
230231
"key": "http",
232+
"methods": undefined,
231233
"name": "HTTP JSON-RPC",
232234
"request": [Function],
233235
"retryCount": 3,
@@ -336,6 +338,7 @@ describe('transports', () => {
336338
"getRpcClient": [Function],
337339
"getSocket": [Function],
338340
"key": "webSocket",
341+
"methods": undefined,
339342
"name": "WebSocket JSON-RPC",
340343
"request": [Function],
341344
"retryCount": 3,
@@ -423,6 +426,7 @@ describe('transports', () => {
423426
"simulateContract": [Function],
424427
"transport": {
425428
"key": "custom",
429+
"methods": undefined,
426430
"name": "Custom Provider",
427431
"request": [Function],
428432
"retryCount": 3,
@@ -572,6 +576,7 @@ test('extend', () => {
572576
"transport": {
573577
"fetchOptions": undefined,
574578
"key": "http",
579+
"methods": undefined,
575580
"name": "HTTP JSON-RPC",
576581
"request": [Function],
577582
"retryCount": 3,

src/clients/createTestClient.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ test('creates', () => {
9191
"stopImpersonatingAccount": [Function],
9292
"transport": {
9393
"key": "mock",
94+
"methods": undefined,
9495
"name": "Mock Transport",
9596
"request": [MockFunction spy],
9697
"retryCount": 3,
@@ -176,6 +177,7 @@ describe('transports', () => {
176177
"transport": {
177178
"fetchOptions": undefined,
178179
"key": "http",
180+
"methods": undefined,
179181
"name": "HTTP JSON-RPC",
180182
"request": [Function],
181183
"retryCount": 3,
@@ -262,6 +264,7 @@ describe('transports', () => {
262264
"getRpcClient": [Function],
263265
"getSocket": [Function],
264266
"key": "webSocket",
267+
"methods": undefined,
265268
"name": "WebSocket JSON-RPC",
266269
"request": [Function],
267270
"retryCount": 3,
@@ -408,6 +411,7 @@ test('extend', () => {
408411
"transport": {
409412
"fetchOptions": undefined,
410413
"key": "http",
414+
"methods": undefined,
411415
"name": "HTTP JSON-RPC",
412416
"request": [Function],
413417
"retryCount": 3,

src/clients/createWalletClient.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ test('creates', () => {
6060
"switchChain": [Function],
6161
"transport": {
6262
"key": "mock",
63+
"methods": undefined,
6364
"name": "Mock Transport",
6465
"request": [MockFunction spy],
6566
"retryCount": 3,
@@ -115,6 +116,7 @@ describe('args: account', () => {
115116
"switchChain": [Function],
116117
"transport": {
117118
"key": "mock",
119+
"methods": undefined,
118120
"name": "Mock Transport",
119121
"request": [MockFunction spy],
120122
"retryCount": 3,
@@ -177,6 +179,7 @@ describe('args: account', () => {
177179
"switchChain": [Function],
178180
"transport": {
179181
"key": "mock",
182+
"methods": undefined,
180183
"name": "Mock Transport",
181184
"request": [MockFunction spy],
182185
"retryCount": 3,
@@ -227,6 +230,7 @@ describe('args: transport', () => {
227230
"switchChain": [Function],
228231
"transport": {
229232
"key": "custom",
233+
"methods": undefined,
230234
"name": "Custom Provider",
231235
"request": [Function],
232236
"retryCount": 3,
@@ -276,6 +280,7 @@ describe('args: transport', () => {
276280
"transport": {
277281
"fetchOptions": undefined,
278282
"key": "http",
283+
"methods": undefined,
279284
"name": "HTTP JSON-RPC",
280285
"request": [Function],
281286
"retryCount": 3,
@@ -346,6 +351,7 @@ describe('args: transport', () => {
346351
"getRpcClient": [Function],
347352
"getSocket": [Function],
348353
"key": "webSocket",
354+
"methods": undefined,
349355
"name": "WebSocket JSON-RPC",
350356
"request": [Function],
351357
"retryCount": 3,
@@ -492,6 +498,7 @@ test('extend', () => {
492498
"transport": {
493499
"fetchOptions": undefined,
494500
"key": "http",
501+
"methods": undefined,
495502
"name": "HTTP JSON-RPC",
496503
"request": [Function],
497504
"retryCount": 3,

src/clients/transports/createTransport.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ test('default', () => {
1717
{
1818
"config": {
1919
"key": "mock",
20+
"methods": undefined,
2021
"name": "Mock Transport",
2122
"request": [MockFunction spy],
2223
"retryCount": 3,
@@ -48,6 +49,7 @@ test('value', () => {
4849
{
4950
"config": {
5051
"key": "mock",
52+
"methods": undefined,
5153
"name": "Mock Transport",
5254
"request": [MockFunction spy],
5355
"retryCount": 3,

src/clients/transports/custom.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ test('default', () => {
2424
{
2525
"config": {
2626
"key": "custom",
27+
"methods": undefined,
2728
"name": "Custom Provider",
2829
"request": [Function],
2930
"retryCount": 3,
@@ -45,6 +46,7 @@ describe('config', () => {
4546
{
4647
"config": {
4748
"key": "custom",
49+
"methods": undefined,
4850
"name": "Custom Provider",
4951
"request": [Function],
5052
"retryCount": 3,
@@ -70,6 +72,7 @@ describe('config', () => {
7072
{
7173
"config": {
7274
"key": "mock",
75+
"methods": undefined,
7376
"name": "Custom Provider",
7477
"request": [Function],
7578
"retryCount": 3,
@@ -97,6 +100,7 @@ describe('config', () => {
97100
{
98101
"config": {
99102
"key": "custom",
103+
"methods": undefined,
100104
"name": "Mock Transport",
101105
"request": [Function],
102106
"retryCount": 3,

src/clients/transports/http.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ test('default', () => {
1818
{
1919
"config": {
2020
"key": "http",
21+
"methods": undefined,
2122
"name": "HTTP JSON-RPC",
2223
"request": [Function],
2324
"retryCount": 3,
@@ -44,6 +45,7 @@ describe('config', () => {
4445
{
4546
"config": {
4647
"key": "mock",
48+
"methods": undefined,
4749
"name": "HTTP JSON-RPC",
4850
"request": [Function],
4951
"retryCount": 3,
@@ -69,6 +71,7 @@ describe('config', () => {
6971
{
7072
"config": {
7173
"key": "http",
74+
"methods": undefined,
7275
"name": "Mock Transport",
7376
"request": [Function],
7477
"retryCount": 3,
@@ -92,6 +95,7 @@ describe('config', () => {
9295
{
9396
"config": {
9497
"key": "http",
98+
"methods": undefined,
9599
"name": "HTTP JSON-RPC",
96100
"request": [Function],
97101
"retryCount": 3,
@@ -117,6 +121,7 @@ describe('config', () => {
117121
{
118122
"config": {
119123
"key": "http",
124+
"methods": undefined,
120125
"name": "HTTP JSON-RPC",
121126
"request": [Function],
122127
"retryCount": 3,

src/clients/transports/ipc.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ describe('config', () => {
4949
{
5050
"config": {
5151
"key": "mock",
52+
"methods": undefined,
5253
"name": "IPC JSON-RPC",
5354
"request": [Function],
5455
"retryCount": 3,
@@ -74,6 +75,7 @@ describe('config', () => {
7475
{
7576
"config": {
7677
"key": "ipc",
78+
"methods": undefined,
7779
"name": "Mock Transport",
7880
"request": [Function],
7981
"retryCount": 3,
@@ -97,6 +99,7 @@ describe('config', () => {
9799
{
98100
"config": {
99101
"key": "ipc",
102+
"methods": undefined,
100103
"name": "IPC JSON-RPC",
101104
"request": [Function],
102105
"retryCount": 3,

src/clients/transports/webSocket.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ describe('config', () => {
3030
{
3131
"config": {
3232
"key": "mock",
33+
"methods": undefined,
3334
"name": "WebSocket JSON-RPC",
3435
"request": [Function],
3536
"retryCount": 3,
@@ -56,6 +57,7 @@ describe('config', () => {
5657
{
5758
"config": {
5859
"key": "webSocket",
60+
"methods": undefined,
5961
"name": "Mock Transport",
6062
"request": [Function],
6163
"retryCount": 3,
@@ -80,6 +82,7 @@ describe('config', () => {
8082
{
8183
"config": {
8284
"key": "webSocket",
85+
"methods": undefined,
8386
"name": "WebSocket JSON-RPC",
8487
"request": [Function],
8588
"retryCount": 3,

0 commit comments

Comments
 (0)