Skip to content

Commit c620df1

Browse files
committed
revert
1 parent b6d4103 commit c620df1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/main.test.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,7 @@ it(`should allow to call "corepack install" without arguments within a configure
260260
});
261261

262262
it(`should refuse to run a different package manager within a configured project`, async () => {
263-
// To ensure we test the default behavior, we must remove these env vars
264-
// in case the local machine already set these values.
265-
delete process.env.COREPACK_ENABLE_STRICT;
266-
delete process.env.FORCE_COLOR;
267-
263+
268264
await xfs.mktempPromise(async cwd => {
269265
await xfs.writeJsonPromise(ppath.join(cwd, `package.json` as Filename), {
270266
packageManager: `[email protected]`,

0 commit comments

Comments
 (0)