mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
NetworkController tests: Remove commented line (#19315)
This line was accidentally left in a previous PR that swapped Nock in the NetworkController tests for a fake provider. It does not show up in the core version of these tests.
This commit is contained in:
parent
80de5ceed4
commit
84cb4a7b62
@ -54,7 +54,6 @@ type Block = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const createNetworkClientMock = jest.mocked(createNetworkClient);
|
const createNetworkClientMock = jest.mocked(createNetworkClient);
|
||||||
// const providerFromEngineMock = jest.mocked(providerFromEngine);
|
|
||||||
const uuidV4Mock = jest.mocked(v4);
|
const uuidV4Mock = jest.mocked(v4);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user