jest-mock
Advanced tools
Comparing version 26.3.0 to 26.5.0
@@ -24,2 +24,4 @@ 'use strict'; | ||
/* eslint-disable local/ban-types-eventually, local/prefer-rest-params-eventually */ | ||
/** | ||
@@ -913,5 +915,4 @@ * Possible types of a MockFunctionResult. | ||
} | ||
/* eslint-disable-next-line no-redeclare */ | ||
const JestMock = new ModuleMockerClass(global); | ||
module.exports = JestMock; |
{ | ||
"name": "jest-mock", | ||
"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": "*" | ||
@@ -23,3 +23,3 @@ }, | ||
}, | ||
"gitHead": "3a7e06fe855515a848241bb06a6f6e117847443d" | ||
"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
34493
Updated@jest/types@^26.5.0