Socket
Socket
Sign inDemoInstall

@jest/test-result

Package Overview
Dependencies
Maintainers
7
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 26.0.1 to 26.1.0

5

build/helpers.d.ts

@@ -7,6 +7,7 @@ /**

*/
import type { AggregatedResult, TestResult } from './types';
import type { Config } from '@jest/types';
import type { AggregatedResult, SerializableError, TestResult } from './types';
export declare const makeEmptyAggregatedTestResult: () => AggregatedResult;
export declare const buildFailureTestResult: (testPath: string, err: import("@jest/types/build/TestResult").SerializableError) => TestResult;
export declare const buildFailureTestResult: (testPath: Config.Path, err: SerializableError) => TestResult;
export declare const addResult: (aggregatedResults: AggregatedResult, testResult: TestResult) => void;
export declare const createEmptyTestResult: () => TestResult;

2

build/helpers.js

@@ -54,3 +54,3 @@ 'use strict';

console: undefined,
displayName: '',
displayName: undefined,
failureMessage: null,

@@ -57,0 +57,0 @@ leaks: false,

{
"name": "@jest/test-result",
"version": "26.0.1",
"version": "26.1.0",
"repository": {

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

"dependencies": {
"@jest/console": "^26.0.1",
"@jest/types": "^26.0.1",
"@jest/console": "^26.1.0",
"@jest/types": "^26.1.0",
"@types/istanbul-lib-coverage": "^2.0.0",

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

},
"gitHead": "40b8e1e157c9981dda5a68d73fff647e80fc9f5c"
"gitHead": "817d8b6aca845dd4fcfd7f8316293e69f3a116c5"
}
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