Socket
Socket
Sign inDemoInstall

@jest/test-result

Package Overview
Dependencies
Maintainers
6
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/test-result - npm Package Compare versions

Comparing version 29.0.0-alpha.6 to 29.0.0

12

build/index.d.ts

@@ -58,4 +58,2 @@ /**

declare type Bytes = number;
declare type CodeCoverageFormatter = (

@@ -126,4 +124,2 @@ coverage: CoverageMapData | null | undefined,

export declare type Milliseconds = TestResult_2.Milliseconds;
export declare interface RuntimeTransformResult

@@ -193,3 +189,3 @@ extends TransformTypes.TransformResult {

leaks: boolean;
memoryUsage?: Bytes;
memoryUsage?: number;
numFailingTests: number;

@@ -201,6 +197,6 @@ numPassingTests: number;

perfStats: {
end: Milliseconds;
runtime: Milliseconds;
end: number;
runtime: number;
slow: boolean;
start: Milliseconds;
start: number;
};

@@ -207,0 +203,0 @@ skipped: boolean;

@@ -37,4 +37,2 @@ /**

export declare type Status = AssertionResult['status'];
export declare type Bytes = number;
export declare type Milliseconds = TestResult.Milliseconds;
export declare type AssertionResult = TestResult.AssertionResult;

@@ -78,3 +76,3 @@ export declare type FormattedAssertionResult = Pick<AssertionResult, 'ancestorTitles' | 'fullName' | 'location' | 'status' | 'title' | 'duration'> & {

leaks: boolean;
memoryUsage?: Bytes;
memoryUsage?: number;
numFailingTests: number;

@@ -86,6 +84,6 @@ numPassingTests: number;

perfStats: {
end: Milliseconds;
runtime: Milliseconds;
end: number;
runtime: number;
slow: boolean;
start: Milliseconds;
start: number;
};

@@ -92,0 +90,0 @@ skipped: boolean;

{
"name": "@jest/test-result",
"version": "29.0.0-alpha.6",
"version": "29.0.0",
"repository": {

@@ -20,4 +20,4 @@ "type": "git",

"dependencies": {
"@jest/console": "^29.0.0-alpha.6",
"@jest/types": "^29.0.0-alpha.6",
"@jest/console": "^29.0.0",
"@jest/types": "^29.0.0",
"@types/istanbul-lib-coverage": "^2.0.0",

@@ -32,3 +32,3 @@ "collect-v8-coverage": "^1.0.0"

},
"gitHead": "4def94b073cad300e99de378ba900e6ba9b7032f"
"gitHead": "75006e46c76f6fda14bbc0548f86edb2ba087cd2"
}
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