jest-editor-support
Advanced tools
Comparing version 21.0.0 to 21.0.2
@@ -59,3 +59,6 @@ 'use strict';var _child_process; | ||
// and it can be hard to put it back together. | ||
const stringValue = data.toString().replace(/\n$/, '').trim(); | ||
const stringValue = data. | ||
toString(). | ||
replace(/\n$/, ''). | ||
trim(); | ||
if (stringValue.startsWith('Test results written to')) { | ||
@@ -62,0 +65,0 @@ (0, (_fs || _load_fs()).readFile)(this.outputPath, 'utf8', (err, data) => { |
{ | ||
"name": "jest-editor-support", | ||
"version": "21.0.0", | ||
"version": "21.0.2", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
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
30050
636