jest-worker
Advanced tools
Comparing version 27.0.0-next.3 to 27.0.0-next.4
@@ -271,2 +271,3 @@ 'use strict'; | ||
exitCode !== 0 && | ||
exitCode !== null && | ||
exitCode !== SIGTERM_EXIT_CODE && | ||
@@ -300,3 +301,3 @@ exitCode !== SIGKILL_EXIT_CODE | ||
this._child.send(request); | ||
this._child.send(request, () => {}); | ||
} | ||
@@ -303,0 +304,0 @@ |
{ | ||
"name": "jest-worker", | ||
"version": "27.0.0-next.3", | ||
"version": "27.0.0-next.4", | ||
"repository": { | ||
@@ -33,3 +33,3 @@ "type": "git", | ||
}, | ||
"gitHead": "2e34f2cfaf9b6864c3ad4bdca05d3097d3108a41" | ||
"gitHead": "941c414f0b757fdc619778c46c21fda26b3e5504" | ||
} |
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
81581
2130