We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DEBUG
1 parent 34abfca commit ab38255Copy full SHA for ab38255
tests/setupTests.ts
@@ -6,7 +6,7 @@ const OLD_ENV = process.env;
6
// in case the local machine already set these values.
7
const processEnv = Object.fromEntries(
8
Object.entries(process.env).filter(
9
- ([key]) => key !== `FORCE_COLOR` && !key.startsWith(`COREPACK_`),
+ ([key]) => key !== `FORCE_COLOR` && key !== `DEBUG` && !key.startsWith(`COREPACK_`),
10
),
11
);
12
0 commit comments