jest-worker
Advanced tools
Comparing version 27.4.2 to 27.4.4
@@ -157,6 +157,2 @@ 'use strict'; | ||
eval: false, | ||
// Suppress --max_old_space_size flags while preserving others (like --harmony). See https://nodejs.org/api/worker_threads.html#new-workerfilename-options | ||
execArgv: process.execArgv.filter( | ||
v => !/^--(max_old_space_size|max-old-space-size)/.test(v) | ||
), | ||
// @ts-expect-error: added in newer versions | ||
@@ -163,0 +159,0 @@ resourceLimits: this._options.resourceLimits, |
{ | ||
"name": "jest-worker", | ||
"version": "27.4.2", | ||
"version": "27.4.4", | ||
"repository": { | ||
@@ -37,3 +37,3 @@ "type": "git", | ||
}, | ||
"gitHead": "7965591f785e936ada194f9d58f852735b50ab1c" | ||
"gitHead": "e2316126b2e4b9b4272e5a0b651c3cb5b0306369" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81921
2108