diff --git a/scripts/test-projects.test-support.mjs b/scripts/test-projects.test-support.mjs index 8fdaecefe69f..e7d8d050d038 100644 --- a/scripts/test-projects.test-support.mjs +++ b/scripts/test-projects.test-support.mjs @@ -1529,6 +1529,13 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([ "scripts/e2e/lib/bun-global-install/assertions.mjs", ["test/scripts/test-install-sh-docker.test.ts"], ], + [ + "scripts/e2e/lib/auth-profile-store-assertions.mjs", + [ + "test/scripts/release-scenarios-assertions.test.ts", + "test/scripts/npm-onboard-channel-agent-assertions.test.ts", + ], + ], [ "scripts/e2e/lib/codex-npm-plugin-live/assertions.mjs", ["test/scripts/docker-build-helper.test.ts"], diff --git a/test/scripts/test-projects.test.ts b/test/scripts/test-projects.test.ts index a0700aa63c8b..643efa26fa95 100644 --- a/test/scripts/test-projects.test.ts +++ b/test/scripts/test-projects.test.ts @@ -466,6 +466,13 @@ describe("scripts/test-projects changed-target routing", () => { "scripts/e2e/lib/bundled-plugin-install-uninstall/sweep.sh", ["test/scripts/bundled-plugin-install-uninstall-probe.test.ts"], ], + [ + "scripts/e2e/lib/auth-profile-store-assertions.mjs", + [ + "test/scripts/release-scenarios-assertions.test.ts", + "test/scripts/npm-onboard-channel-agent-assertions.test.ts", + ], + ], [ "scripts/e2e/lib/codex-npm-plugin-live/assertions.mjs", ["test/scripts/docker-build-helper.test.ts"],