Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-editor-support

Package Overview
Dependencies
Maintainers
5
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-editor-support - npm Package Compare versions

Comparing version 22.2.0 to 22.3.0

6

build/Runner.js

@@ -36,2 +36,3 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });var _types;

constructor(workspace, options) {

@@ -47,3 +48,3 @@ super();

start() {let watchMode = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
start() {let watchMode = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;let watchAll = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
if (this.debugprocess) {

@@ -54,2 +55,3 @@ return;

this.watchMode = watchMode;
this.watchAll = watchAll;

@@ -62,3 +64,3 @@ // Handle the arg change on v18

if (this.watchMode) {
args.push('--watch');
args.push(this.watchAll ? '--watchAll' : '--watch');
}

@@ -65,0 +67,0 @@ if (this.options.testNamePattern) {

@@ -25,3 +25,4 @@ /**

watchMode: boolean;
start(watchMode?: boolean): void;
watchAll: boolean;
start(watchMode?: boolean, watchAll?: boolean): void;
closeProcess(): void;

@@ -28,0 +29,0 @@ runJestWithUpdateForSnapshots(completion: any): void;

{
"name": "jest-editor-support",
"version": "22.2.0",
"version": "22.3.0",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc