From 9a413a2b539f0cfcb5f954f8411c765286a0b944 Mon Sep 17 00:00:00 2001 From: yaojin3616 Date: Fri, 21 Aug 2026 14:16:49 +0800 Subject: [PATCH] test: align runtime environment expectation with pnpm config options --- test/runtime.test.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/runtime.test.ts b/test/runtime.test.ts index 20effe78..2870eb53 100644 --- a/test/runtime.test.ts +++ b/test/runtime.test.ts @@ -141,7 +141,10 @@ describe('Harness launch contract', () => { env: { PATH: '/usr/bin', DSH_HOME: '/Users/tester/Library/Application Support/dsh-desktop/harness', - NO_COLOR: '1' + NO_COLOR: '1', + PNPM_CONFIG_CHILD_CONCURRENCY: '1', + PNPM_CONFIG_PACKAGE_IMPORT_METHOD: 'clone-or-copy', + PNPM_CONFIG_SIDE_EFFECTS_CACHE: 'false' }, execArgv: ['--expose-internals'], stdio: 'pipe',