Skip to content

Commit

Permalink
fix: perf test relative import from state-transition (#7055)
Browse files Browse the repository at this point in the history
test: make import relative and add eslint-disable
  • Loading branch information
matthewkeil authored and philknows committed Sep 3, 2024
1 parent b446f22 commit 4320930
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import {ExecutionStatus, ForkChoice, IForkChoiceStore, ProtoArray, DataAvailabil
import {ssz} from "@lodestar/types";

import {createChainForkConfig, defaultChainConfig} from "@lodestar/config";
import {generatePerfTestCachedStateAltair} from "@lodestar/state-transition/test/perf/util.js";
// eslint-disable-next-line import/no-relative-packages
import {generatePerfTestCachedStateAltair} from "../../../../../state-transition/test/perf/util.js";
import {AggregatedAttestationPool} from "../../../../src/chain/opPools/aggregatedAttestationPool.js";
import {computeAnchorCheckpoint} from "../../../../src/chain/initState.js";

Expand Down

0 comments on commit 4320930

Please sign in to comment.