File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 11use std:: {
2- env,
32 fs:: { create_dir_all, write} ,
43 mem:: forget,
54 path:: { Path , PathBuf } ,
@@ -182,10 +181,7 @@ impl HmrBenchmark {
182181 project_path : RcStr :: from ( project_path. clone ( ) ) ,
183182 next_config : load_next_config ( ) ,
184183 js_config : RcStr :: from ( "{}" ) ,
185- env : vec ! [ (
186- RcStr :: from( "PATH" ) ,
187- RcStr :: from( env:: var( "PATH" ) . unwrap_or_default( ) ) ,
188- ) ] ,
184+ env : vec ! [ ] ,
189185 define_env : DefineEnv {
190186 client : vec ! [ ] ,
191187 edge : vec ! [ ] ,
Original file line number Diff line number Diff line change @@ -197,9 +197,7 @@ describe('next.rs api', () => {
197197 '.next'
198198 )
199199 project = await bindings . turbo . createProject ( {
200- env : {
201- PATH : process . env . PATH ,
202- } ,
200+ env : { } ,
203201 jsConfig : {
204202 compilerOptions : { } ,
205203 } ,
You can’t perform that action at this time.
0 commit comments