jest-watcher
Advanced tools
Comparing version 30.0.0-alpha.2 to 30.0.0-alpha.3
@@ -210,10 +210,8 @@ /** | ||
export declare interface WatchPluginClass { | ||
new (options: { | ||
config: Record<string, unknown>; | ||
stdin: ReadStream; | ||
stdout: WriteStream; | ||
}): WatchPlugin; | ||
} | ||
export declare type WatchPluginClass = new (options: { | ||
config: Record<string, unknown>; | ||
stdin: ReadStream; | ||
stdout: WriteStream; | ||
}) => WatchPlugin; | ||
export {}; |
@@ -174,3 +174,3 @@ /*! | ||
this._pipe.write(CLEAR); | ||
if (options && options.header) { | ||
if (typeof options?.header === 'string' && options.header) { | ||
this._pipe.write(`${options.header}\n`); | ||
@@ -263,6 +263,6 @@ this._currentUsageRows = usageRows + options.header.split('\n').length; | ||
const KEYS = exports.KEYS = { | ||
ARROW_DOWN: '\u001b[B', | ||
ARROW_LEFT: '\u001b[D', | ||
ARROW_RIGHT: '\u001b[C', | ||
ARROW_UP: '\u001b[A', | ||
ARROW_DOWN: '\u001B[B', | ||
ARROW_LEFT: '\u001B[D', | ||
ARROW_RIGHT: '\u001B[C', | ||
ARROW_UP: '\u001B[A', | ||
BACKSPACE: Buffer.from(isWindows ? '08' : '7f', 'hex').toString(), | ||
@@ -273,3 +273,3 @@ CONTROL_C: '\u0003', | ||
ENTER: '\r', | ||
ESCAPE: '\u001b' | ||
ESCAPE: '\u001B' | ||
}; | ||
@@ -397,3 +397,2 @@ | ||
} | ||
_onResize = () => { | ||
@@ -400,0 +399,0 @@ this._onChange(); |
{ | ||
"name": "jest-watcher", | ||
"description": "Delightful JavaScript Testing.", | ||
"version": "30.0.0-alpha.2", | ||
"version": "30.0.0-alpha.3", | ||
"main": "./build/index.js", | ||
@@ -17,4 +17,4 @@ "types": "./build/index.d.ts", | ||
"dependencies": { | ||
"@jest/test-result": "30.0.0-alpha.2", | ||
"@jest/types": "30.0.0-alpha.2", | ||
"@jest/test-result": "30.0.0-alpha.3", | ||
"@jest/types": "30.0.0-alpha.3", | ||
"@types/node": "*", | ||
@@ -24,3 +24,3 @@ "ansi-escapes": "^4.2.1", | ||
"emittery": "^0.13.1", | ||
"jest-util": "30.0.0-alpha.2", | ||
"jest-util": "30.0.0-alpha.3", | ||
"string-length": "^4.0.1" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4" | ||
"gitHead": "e267aff33d105399f2134bad7c8f82285104f3da" | ||
} |
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
23049
704
+ Added@jest/console@30.0.0-alpha.3(transitive)
+ Added@jest/schemas@30.0.0-alpha.3(transitive)
+ Added@jest/test-result@30.0.0-alpha.3(transitive)
+ Added@jest/types@30.0.0-alpha.3(transitive)
+ Added@sinclair/typebox@0.32.35(transitive)
+ Addedjest-message-util@30.0.0-alpha.3(transitive)
+ Addedjest-util@30.0.0-alpha.3(transitive)
+ Addedpretty-format@30.0.0-alpha.3(transitive)
- Removed@jest/console@30.0.0-alpha.2(transitive)
- Removed@jest/schemas@30.0.0-alpha.2(transitive)
- Removed@jest/test-result@30.0.0-alpha.2(transitive)
- Removed@jest/types@30.0.0-alpha.2(transitive)
- Removed@sinclair/typebox@0.31.28(transitive)
- Removedjest-message-util@30.0.0-alpha.2(transitive)
- Removedjest-util@30.0.0-alpha.2(transitive)
- Removedpretty-format@30.0.0-alpha.2(transitive)
Updated@jest/types@30.0.0-alpha.3
Updatedjest-util@30.0.0-alpha.3