@jest/reporters
Advanced tools
Comparing version 28.0.0-alpha.7 to 28.0.0-alpha.8
@@ -131,2 +131,9 @@ /** | ||
export declare class GitHubActionsReporter extends BaseReporter { | ||
onRunComplete( | ||
_contexts?: Set<Context>, | ||
aggregatedResults?: AggregatedResult, | ||
): void; | ||
} | ||
export declare class NotifyReporter extends BaseReporter { | ||
@@ -133,0 +140,0 @@ private _notifier; |
@@ -24,2 +24,8 @@ 'use strict'; | ||
}); | ||
Object.defineProperty(exports, 'GitHubActionsReporter', { | ||
enumerable: true, | ||
get: function () { | ||
return _GitHubActionsReporter.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'NotifyReporter', { | ||
@@ -61,2 +67,6 @@ enumerable: true, | ||
var _GitHubActionsReporter = _interopRequireDefault( | ||
require('./GitHubActionsReporter') | ||
); | ||
function _interopRequireDefault(obj) { | ||
@@ -63,0 +73,0 @@ return obj && obj.__esModule ? obj : {default: obj}; |
{ | ||
"name": "@jest/reporters", | ||
"description": "Jest's reporters", | ||
"version": "28.0.0-alpha.7", | ||
"version": "28.0.0-alpha.8", | ||
"main": "./build/index.js", | ||
@@ -16,6 +16,6 @@ "types": "./build/index.d.ts", | ||
"@bcoe/v8-coverage": "^0.2.3", | ||
"@jest/console": "^28.0.0-alpha.7", | ||
"@jest/test-result": "^28.0.0-alpha.7", | ||
"@jest/transform": "^28.0.0-alpha.7", | ||
"@jest/types": "^28.0.0-alpha.7", | ||
"@jest/console": "^28.0.0-alpha.8", | ||
"@jest/test-result": "^28.0.0-alpha.8", | ||
"@jest/transform": "^28.0.0-alpha.8", | ||
"@jest/types": "^28.0.0-alpha.8", | ||
"@types/node": "*", | ||
@@ -32,6 +32,6 @@ "chalk": "^4.0.0", | ||
"istanbul-reports": "^3.1.3", | ||
"jest-haste-map": "^28.0.0-alpha.7", | ||
"jest-resolve": "^28.0.0-alpha.7", | ||
"jest-util": "^28.0.0-alpha.7", | ||
"jest-worker": "^28.0.0-alpha.7", | ||
"jest-haste-map": "^28.0.0-alpha.8", | ||
"jest-resolve": "^28.0.0-alpha.8", | ||
"jest-util": "^28.0.0-alpha.8", | ||
"jest-worker": "^28.0.0-alpha.8", | ||
"slash": "^3.0.0", | ||
@@ -44,3 +44,3 @@ "source-map": "^0.6.0", | ||
"devDependencies": { | ||
"@jest/test-utils": "^28.0.0-alpha.7", | ||
"@jest/test-utils": "^28.0.0-alpha.8", | ||
"@types/exit": "^0.1.30", | ||
@@ -82,3 +82,3 @@ "@types/glob": "^7.1.1", | ||
}, | ||
"gitHead": "06f58f8ca70abc9c09d554967935b58ce85c48d6" | ||
"gitHead": "d915e7df92b220dbe6e124585ba6459838a6c41c" | ||
} |
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
97500
21
2963