8000
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.
1 parent 72c2550 commit 10723b9Copy full SHA for 10723b9
heft-plugins/heft-jest-plugin/includes/jestScriptTransformerPatch.js
@@ -83,6 +83,8 @@ function patchScriptTransformer(scriptPath) {
83
scriptContent.slice(0, startIndex) +
84
`${originalFunctionContent}\n` +
85
`const ${functionName} = (...args) => {\n` +
86
+ ` // Patched by @rushstack/heft-jest-plugin. For more information, see:\n` +
87
+ ` // https://github.com/microsoft/rushstack/pull/3606\n` +
88
` if (process.env['${HEFT_JEST_DISABLE_CACHE_ENV_VARIABLE}']) {\n` +
89
` return;\n` +
90
` }\n` +
0 commit comments