@@ -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,
0 commit comments