jest-editor-support
Advanced tools
Comparing version 27.0.0 to 27.1.0
@@ -13,2 +13,4 @@ "use strict"; | ||
require("core-js/modules/es.array.for-each"); | ||
require("core-js/modules/es.array.from"); | ||
@@ -44,2 +46,4 @@ | ||
require("core-js/modules/web.dom-collections.for-each"); | ||
require("core-js/modules/web.dom-collections.iterator"); | ||
@@ -165,2 +169,8 @@ | ||
if (this.options.reporters) { | ||
this.options.reporters.forEach(function (reporter) { | ||
args.push('--reporters', reporter); | ||
}); | ||
} | ||
this.debugprocess = this._createProcess(this.workspace, args); | ||
@@ -167,0 +177,0 @@ this.debugprocess.stdout.on('data', function (data) { |
@@ -10,2 +10,5 @@ <!-- | ||
### 27.1.0 | ||
* Add `--reporters` option support - [@jmarceli](https://github.com/jmarceli) | ||
### 27.0.0 | ||
@@ -12,0 +15,0 @@ * [breaking change] Replace the `Settings` class with a `getSettings` function - stephtr |
@@ -20,2 +20,3 @@ /** | ||
testFileNamePattern?: string; | ||
reporters?: string[]; | ||
} | ||
@@ -22,0 +23,0 @@ |
{ | ||
"name": "jest-editor-support", | ||
"version": "27.0.0", | ||
"version": "27.1.0", | ||
"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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
146982
21
3116
3