Socket
Socket
Sign inDemoInstall

@jest/test-result

Package Overview
Dependencies
39
Maintainers
3
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 30.0.0-alpha.1 to 30.0.0-alpha.2

29

build/index.d.ts

@@ -7,14 +7,15 @@ /**

*/
import type {Circus} from '@jest/types';
import type {Config} from '@jest/types';
import type {ConsoleBuffer} from '@jest/console';
import type {CoverageMap} from 'istanbul-lib-coverage';
import type {CoverageMapData} from 'istanbul-lib-coverage';
import type {IHasteFS} from 'jest-haste-map';
import type {IModuleMap} from 'jest-haste-map';
import type Resolver from 'jest-resolve';
import type {TestResult as TestResult_2} from '@jest/types';
import type {TransformTypes} from '@jest/types';
import type {V8Coverage} from 'collect-v8-coverage';
import {V8Coverage} from 'collect-v8-coverage';
import {CoverageMap, CoverageMapData} from 'istanbul-lib-coverage';
import {ConsoleBuffer} from '@jest/console';
import {
Circus,
Config,
TestResult as TestResult_2,
TransformTypes,
} from '@jest/types';
import {IHasteFS, IModuleMap} from 'jest-haste-map';
import Resolver from 'jest-resolve';
export declare const addResult: (

@@ -204,3 +205,9 @@ aggregatedResults: AggregatedResult,

end: number;
loadTestEnvironmentEnd: number;
loadTestEnvironmentStart: number;
runtime: number;
setupAfterEnvEnd: number;
setupAfterEnvStart: number;
setupFilesEnd: number;
setupFilesStart: number;
slow: boolean;

@@ -207,0 +214,0 @@ start: number;

@@ -143,3 +143,9 @@ /*!

end: 0,
loadTestEnvironmentEnd: 0,
loadTestEnvironmentStart: 0,
runtime: 0,
setupAfterEnvEnd: 0,
setupAfterEnvStart: 0,
setupFilesEnd: 0,
setupFilesStart: 0,
slow: false,

@@ -225,3 +231,9 @@ start: 0

end: 0,
loadTestEnvironmentEnd: 0,
loadTestEnvironmentStart: 0,
runtime: 0,
setupAfterEnvEnd: 0,
setupAfterEnvStart: 0,
setupFilesEnd: 0,
setupFilesStart: 0,
slow: false,

@@ -228,0 +240,0 @@ start: 0

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

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

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

@@ -29,4 +29,4 @@ "collect-v8-coverage": "^1.0.0"

"devDependencies": {
"jest-haste-map": "30.0.0-alpha.1",
"jest-resolve": "30.0.0-alpha.1"
"jest-haste-map": "30.0.0-alpha.2",
"jest-resolve": "30.0.0-alpha.2"
},

@@ -39,3 +39,3 @@ "engines": {

},
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc