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 28.0.0-alpha.1 to 28.0.0-alpha.2

8

build/index.d.ts

@@ -54,3 +54,3 @@ /**

export declare const buildFailureTestResult: (
testPath: Config.Path,
testPath: string,
err: SerializableError,

@@ -170,3 +170,3 @@ ) => TestResult;

duration?: number;
path: Config.Path;
path: string;
};

@@ -180,3 +180,3 @@

'test-file-failure': [Test, SerializableError];
'test-case-result': [Config.Path, AssertionResult];
'test-case-result': [string, AssertionResult];
};

@@ -217,3 +217,3 @@

testExecError?: SerializableError;
testFilePath: Config.Path;
testFilePath: string;
testResults: Array<AssertionResult>;

@@ -220,0 +220,0 @@ v8Coverage?: V8CoverageResult;

{
"name": "@jest/test-result",
"version": "28.0.0-alpha.1",
"version": "28.0.0-alpha.2",
"repository": {

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

"dependencies": {
"@jest/console": "^28.0.0-alpha.1",
"@jest/types": "^28.0.0-alpha.1",
"@jest/console": "^28.0.0-alpha.2",
"@jest/types": "^28.0.0-alpha.2",
"@types/istanbul-lib-coverage": "^2.0.0",

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

},
"gitHead": "d30164dde1847166fa0faec98d20abffd85e6ffd"
"gitHead": "694d6bfea56f9cb49d0c7309cdbfff032da198c2"
}
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