diff --git a/nx.json b/nx.json index 2c9929f6cf..4388e93a5c 100644 --- a/nx.json +++ b/nx.json @@ -245,7 +245,7 @@ "nxCloudId": "62d013ea0852fe0a2df74438", "nxCloudUrl": "https://staging.nx.app", "parallel": 1, - "bust": 6, + "bust": 7, "defaultBase": "master", "conformance": { "rules": [ diff --git a/packages/jest/src/plugins/plugin.ts b/packages/jest/src/plugins/plugin.ts index 20fd812b44..b1fb1638ea 100644 --- a/packages/jest/src/plugins/plugin.ts +++ b/packages/jest/src/plugins/plugin.ts @@ -253,11 +253,7 @@ async function buildJestTargets( const targets: Record = {}; const namedInputs = getNamedInputs(projectRoot, context); - const existingTsNodeCompilerOptions = process.env['TS_NODE_COMPILER_OPTIONS']; const tsNodeCompilerOptions = JSON.stringify({ - ...(existingTsNodeCompilerOptions - ? JSON.parse(existingTsNodeCompilerOptions) - : {}), moduleResolution: 'node10', module: 'commonjs', customConditions: null,