From 824d8af0d612fa9e29b910653ac98f6a7495c222 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 5 Jul 2026 04:05:05 -0700 Subject: [PATCH] test(tooling): route e2e-shell-tempfiles through the temp-dir helper plan 17a1993f139 made test/scripts/e2e-shell-tempfiles.test.ts import the temp-dir helper without updating the helper-routing expectation, so checks-node-compact-small-whole-2 fails on every PR merge snapshot. --- src/scripts/test-projects.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/test-projects.test.ts b/src/scripts/test-projects.test.ts index e9b915dfbc11..8dc884d5f3ba 100644 --- a/src/scripts/test-projects.test.ts +++ b/src/scripts/test-projects.test.ts @@ -905,6 +905,7 @@ describe("test-projects args", () => { "test/scripts/control-ui-i18n.test.ts", "test/scripts/docs-list.test.ts", "test/scripts/doctor-install-switch-wrapper.test.ts", + "test/scripts/e2e-shell-tempfiles.test.ts", "test/scripts/e2e-text-file-utils.test.ts", "test/scripts/fixture-common.test.ts", "test/scripts/fixture-plugin-commands.test.ts",