test: fix ci regressions

This commit is contained in:
Peter Steinberger
2026-03-31 02:41:53 +01:00
parent d8d13f2bde
commit 2cb15255a7
3 changed files with 118 additions and 95 deletions

View File

@@ -341,7 +341,7 @@ describe("test planner", () => {
const explanation = explainExecutionTarget(
{
mode: "local",
fileFilters: ["src/infra/outbound/targets.channel-resolution.test.ts"],
fileFilters: ["src/infra/outbound/channel-resolution.test.ts"],
},
{
env: {
@@ -358,7 +358,7 @@ describe("test planner", () => {
const relativeExplanation = explainExecutionTarget(
{
mode: "local",
fileFilters: ["src/infra/outbound/targets.channel-resolution.test.ts"],
fileFilters: ["src/infra/outbound/channel-resolution.test.ts"],
},
{
env: {
@@ -369,9 +369,7 @@ describe("test planner", () => {
const absoluteExplanation = explainExecutionTarget(
{
mode: "local",
fileFilters: [
path.join(process.cwd(), "src/infra/outbound/targets.channel-resolution.test.ts"),
],
fileFilters: [path.join(process.cwd(), "src/infra/outbound/channel-resolution.test.ts")],
},
{
env: {