Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 18, 2024
1 parent 68bd134 commit 2efa29c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import {afterEach, beforeEach, describe, expect, it, vi} from "vitest";
// We need to import the mock before the packages
// eslint-disable-next-line import/order
import {MockedBeaconChain, getMockedBeaconChain} from "../../../../mocks/mockedBeaconChain.js";
import {EpochShuffling, computeStartSlotAtEpoch} from "@lodestar/state-transition";
import {EpochDifference, ProtoBlock} from "@lodestar/fork-choice";
Expand Down

0 comments on commit 2efa29c

Please sign in to comment.