Skip to content

Commit 40828e9

Browse files
committed
Keep the bench fixture in the CLI package
Move the benchmark target fixture under the CLI package so Node resolves its workspace dependencies from the package that declares them. This keeps the repo-root Node test command from resolving @fedify/fedify and @fedify/vocab through the root package scope. #795 (comment) Assisted-by: Codex:gpt-5.5
1 parent a685876 commit 40828e9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/bench/action.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { mkdtemp, writeFile } from "node:fs/promises";
33
import { tmpdir } from "node:os";
44
import { join } from "node:path";
55
import test from "node:test";
6-
import { spawnBenchmarkTarget } from "../../../../test/bench/fixture.ts";
6+
import { spawnBenchmarkTarget } from "../../test/bench/fixture.ts";
77
import runBench, { withUserAgent } from "./action.ts";
88
import type { BenchCommand } from "./command.ts";
99

0 commit comments

Comments
 (0)