jest-util
Advanced tools
Comparing version
@@ -14,2 +14,4 @@ 'use strict'; | ||
*/ | ||
/* eslint-disable local/ban-types-eventually */ | ||
// See: https://github.com/facebook/jest/pull/5154 | ||
@@ -16,0 +18,0 @@ function convertDescriptorToString(descriptor) { |
@@ -8,3 +8,3 @@ /** | ||
export default class ErrorWithStack extends Error { | ||
constructor(message: string | undefined, callsite: Function); | ||
constructor(message: string | undefined, callsite: (...args: Array<any>) => unknown); | ||
} |
{ | ||
"name": "jest-util", | ||
"version": "26.3.0", | ||
"version": "26.5.0", | ||
"repository": { | ||
@@ -13,3 +13,3 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/types": "^26.3.0", | ||
"@jest/types": "^26.5.0", | ||
"@types/node": "*", | ||
@@ -32,3 +32,3 @@ "chalk": "^4.0.0", | ||
}, | ||
"gitHead": "3a7e06fe855515a848241bb06a6f6e117847443d" | ||
"gitHead": "68d1b1b638bc7464c2794a957c1b894de7da2ee3" | ||
} |
38548
0.19%1138
0.09%Updated