@jest/reporters
Advanced tools
Comparing version 26.4.1 to 26.5.0
@@ -588,2 +588,4 @@ 'use strict'; | ||
mergedCoverages.result.map(async res => { | ||
var _fileTransform$wrappe; | ||
const fileTransform = fileTransforms.get(res.url); | ||
@@ -604,3 +606,9 @@ let sourcemapContent = undefined; | ||
res.url, | ||
0, | ||
(_fileTransform$wrappe = | ||
fileTransform === null || fileTransform === void 0 | ||
? void 0 | ||
: fileTransform.wrapperLength) !== null && | ||
_fileTransform$wrappe !== void 0 | ||
? _fileTransform$wrappe | ||
: 0, | ||
fileTransform && sourcemapContent | ||
@@ -607,0 +615,0 @@ ? { |
@@ -16,4 +16,4 @@ /** | ||
private _context; | ||
constructor(globalConfig: Config.GlobalConfig, startRun: (globalConfig: Config.GlobalConfig) => any, context: TestSchedulerContext); | ||
constructor(globalConfig: Config.GlobalConfig, startRun: (globalConfig: Config.GlobalConfig) => unknown, context: TestSchedulerContext); | ||
onRunComplete(contexts: Set<Context>, result: AggregatedResult): void; | ||
} |
@@ -215,3 +215,3 @@ 'use strict'; | ||
timeout: false, | ||
title // https://github.com/DefinitelyTyped/DefinitelyTyped/pull/42303 | ||
title | ||
}, | ||
@@ -218,0 +218,0 @@ (err, _, metadata) => { |
@@ -39,4 +39,4 @@ /** | ||
export declare type OnTestStart = (test: Test) => Promise<void>; | ||
export declare type OnTestFailure = (test: Test, error: SerializableError) => Promise<any>; | ||
export declare type OnTestSuccess = (test: Test, result: TestResult) => Promise<any>; | ||
export declare type OnTestFailure = (test: Test, error: SerializableError) => Promise<unknown>; | ||
export declare type OnTestSuccess = (test: Test, result: TestResult) => Promise<unknown>; | ||
export interface Reporter { | ||
@@ -43,0 +43,0 @@ readonly onTestResult?: (test: Test, testResult: TestResult, aggregatedResult: AggregatedResult) => Promise<void> | void; |
{ | ||
"name": "@jest/reporters", | ||
"description": "Jest's reporters", | ||
"version": "26.4.1", | ||
"version": "26.5.0", | ||
"main": "build/index.js", | ||
@@ -9,6 +9,6 @@ "types": "build/index.d.ts", | ||
"@bcoe/v8-coverage": "^0.2.3", | ||
"@jest/console": "^26.3.0", | ||
"@jest/test-result": "^26.3.0", | ||
"@jest/transform": "^26.3.0", | ||
"@jest/types": "^26.3.0", | ||
"@jest/console": "^26.5.0", | ||
"@jest/test-result": "^26.5.0", | ||
"@jest/transform": "^26.5.0", | ||
"@jest/types": "^26.5.0", | ||
"chalk": "^4.0.0", | ||
@@ -24,6 +24,6 @@ "collect-v8-coverage": "^1.0.0", | ||
"istanbul-reports": "^3.0.2", | ||
"jest-haste-map": "^26.3.0", | ||
"jest-resolve": "^26.4.0", | ||
"jest-util": "^26.3.0", | ||
"jest-worker": "^26.3.0", | ||
"jest-haste-map": "^26.5.0", | ||
"jest-resolve": "^26.5.0", | ||
"jest-util": "^26.5.0", | ||
"jest-worker": "^26.5.0", | ||
"slash": "^3.0.0", | ||
@@ -44,3 +44,3 @@ "source-map": "^0.6.0", | ||
"@types/istanbul-reports": "^3.0.0", | ||
"@types/node-notifier": "^6.0.0", | ||
"@types/node-notifier": "^8.0.0", | ||
"mock-fs": "^4.4.1", | ||
@@ -68,3 +68,3 @@ "strip-ansi": "^6.0.0" | ||
}, | ||
"gitHead": "e1d51deea8d089a06f28b4dbe9287a4428508610" | ||
"gitHead": "68d1b1b638bc7464c2794a957c1b894de7da2ee3" | ||
} |
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
100250
3049
Updated@jest/console@^26.5.0
Updated@jest/test-result@^26.5.0
Updated@jest/transform@^26.5.0
Updated@jest/types@^26.5.0
Updatedjest-haste-map@^26.5.0
Updatedjest-resolve@^26.5.0
Updatedjest-util@^26.5.0
Updatedjest-worker@^26.5.0