jest-config
Advanced tools
Comparing version 13.3.0-alpha.4eb0c908 to 13.3.0-alpha.8b48d59e
@@ -28,3 +28,2 @@ /** | ||
constructor(customProcess) { | ||
@@ -34,4 +33,3 @@ super(customProcess); | ||
this._collector = new istanbul.Collector(); | ||
this._testCollectors = Object.create(null); | ||
this._reporter = new istanbul.Reporter();} | ||
this._testCollectors = Object.create(null);} | ||
@@ -59,4 +57,4 @@ | ||
const reporter = this._reporter; | ||
if (config.collectCoverage) { | ||
const reporter = new istanbul.Reporter(); | ||
try { | ||
@@ -117,10 +115,2 @@ if (config.coverageDirectory) { | ||
getReporter() { | ||
return this._reporter;} | ||
getCollector() { | ||
return this._collector;} | ||
getTestCollectors() { | ||
@@ -127,0 +117,0 @@ return this._testCollectors;}} |
{ | ||
"name": "jest-config", | ||
"version": "13.3.0-alpha.4eb0c908", | ||
"version": "13.3.0-alpha.8b48d59e", | ||
"repository": { | ||
@@ -13,9 +13,9 @@ "type": "git", | ||
"istanbul": "^0.4.2", | ||
"jest-environment-jsdom": "^13.3.0-alpha.4eb0c908", | ||
"jest-environment-node": "^13.3.0-alpha.4eb0c908", | ||
"jest-jasmine1": "^13.3.0-alpha.4eb0c908", | ||
"jest-jasmine2": "^13.3.0-alpha.4eb0c908", | ||
"jest-mock": "^13.3.0-alpha.4eb0c908", | ||
"jest-resolve": "^13.3.0-alpha.4eb0c908", | ||
"jest-util": "^13.3.0-alpha.4eb0c908", | ||
"jest-environment-jsdom": "^13.3.0-alpha.8b48d59e", | ||
"jest-environment-node": "^13.3.0-alpha.8b48d59e", | ||
"jest-jasmine1": "^13.3.0-alpha.8b48d59e", | ||
"jest-jasmine2": "^13.3.0-alpha.8b48d59e", | ||
"jest-mock": "^13.3.0-alpha.8b48d59e", | ||
"jest-resolve": "^13.3.0-alpha.8b48d59e", | ||
"jest-util": "^13.3.0-alpha.8b48d59e", | ||
"json-stable-stringify": "^1.0.0", | ||
@@ -22,0 +22,0 @@ "node-notifier": "^4.6.0" |
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
41171
859