Skip to content

Commit 43fa729

Browse files
committed
chore: wip
1 parent a33196e commit 43fa729

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/launchpad/test/environment-isolation.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ describe('Environment Isolation', () => {
6565
'/usr/local/bin',
6666
].filter(Boolean)
6767

68-
// Add any missing bun paths to PATH
69-
let enhancedPath = currentPath
70-
for (const bunPath of bunPaths) {
71-
if (bunPath && !enhancedPath.includes(bunPath)) {
72-
enhancedPath = `${bunPath}:${enhancedPath}`
73-
}
68+
// Add any missing bun paths to PATH
69+
let enhancedPath = currentPath
70+
for (const bunPath of bunPaths) {
71+
if (bunPath && !enhancedPath.includes(bunPath)) {
72+
enhancedPath = `${bunPath}:${enhancedPath}`
7473
}
74+
}
7575

7676
return {
7777
...process.env,

0 commit comments

Comments
 (0)