Skip to content

Commit c780a75

Browse files
committed
Pass PATH as it's used for finding the Node.js version
1 parent bf1132b commit c780a75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/development/basic/next-rs-api.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ describe('next.rs api', () => {
197197
'.next'
198198
)
199199
project = await bindings.turbo.createProject({
200-
env: {},
200+
env: {
201+
PATH: process.env.PATH,
202+
},
201203
jsConfig: {
202204
compilerOptions: {},
203205
},

0 commit comments

Comments
 (0)