Skip to content

Commit

Permalink
chore: revert "reinit providers and blocktrackers between tests"
Browse files Browse the repository at this point in the history
This part is its own mess
  • Loading branch information
legobeat committed Jun 5, 2024
1 parent 269ce45 commit 0a8fbbf
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,16 +220,6 @@ function newMultichainTrackingHelper(
describe('MultichainTrackingHelper', () => {
beforeEach(() => {
jest.resetAllMocks();

for (const network of [
'mainnet',
'goerli',
'sepolia',
'customNetworkClientId-1',
] as const) {
MOCK_BLOCK_TRACKERS[network] = buildMockBlockTracker(network);
MOCK_PROVIDERS[network] = buildMockProvider(network);
}
});

describe('onNetworkStateChange', () => {
Expand Down

0 comments on commit 0a8fbbf

Please sign in to comment.