Skip to content

Commit

Permalink
test: make export relative and add eslint-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Aug 28, 2024
1 parent ed18ff0 commit 6ebbbcc
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 6ebbbcc

Please sign in to comment.