1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/controllers/network
Elliot Winkler dd59792392
Remove if to expose more network client tests (#16906)
This commit affects the network client tests, which were added in a
previous PR to test the behavior of `createInfuraClient`, a function
called that sets up a portion of the middleware stack in the JSON-RPC
layer.

An `if` statement appears in the tests which limits the execution of
certain tests. However, this seems to have been added for debugging
purposes and is not actually needed.

Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2022-12-13 12:49:58 -07:00
..
middleware
provider-api-tests Remove if to expose more network client tests (#16906) 2022-12-13 12:49:58 -07:00
createInfuraClient.js
createInfuraClient.test.js
createJsonRpcClient.js
createMetamaskMiddleware.js
index.js
network-controller.test.js
network.js
pending-middleware.test.js
util.js
util.test.js