Skip to content

Commit 6ebbbcc

Browse files
committed
test: make export relative and add eslint-disable
1 parent ed18ff0 commit 6ebbbcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/beacon-node/test/perf/chain/opPools/aggregatedAttestationPool.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import {ExecutionStatus, ForkChoice, IForkChoiceStore, ProtoArray, DataAvailabil
1212
import {ssz} from "@lodestar/types";
1313

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

0 commit comments

Comments
 (0)