File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -171,18 +171,18 @@ export async function setupIsolatedFixture(options: {
171171
172172 // install
173173 console . log ( '[setupIsolatedFixture] before pnpm' )
174- await x ( 'pnpm' , [ 'i' ] , {
175- throwOnError : true ,
176- nodeOptions : {
177- cwd : options . dest ,
178- stdio : [
179- 'ignore' ,
180- // process.env.TEST_DEBUG ? 'inherit' : 'ignore',
181- 'inherit' ,
182- 'inherit' ,
183- ] ,
184- } ,
185- } )
174+ // await x('pnpm', ['i'], {
175+ // throwOnError: true,
176+ // nodeOptions: {
177+ // cwd: options.dest,
178+ // stdio: [
179+ // 'ignore',
180+ // // process.env.TEST_DEBUG ? 'inherit' : 'ignore',
181+ // 'inherit',
182+ // 'inherit',
183+ // ],
184+ // },
185+ // })
186186 console . log ( '[setupIsolatedFixture] after pnpm' )
187187}
188188
You can’t perform that action at this time.
0 commit comments