@jest/environment
Advanced tools
Comparing version 26.6.1 to 26.6.2
@@ -9,5 +9,5 @@ /** | ||
import type { Context, Script } from 'vm'; | ||
import type { LegacyFakeTimers, ModernFakeTimers } from '@jest/fake-timers'; | ||
import type { Circus, Config, Global } from '@jest/types'; | ||
import jestMock = require('jest-mock'); | ||
import type { LegacyFakeTimers, ModernFakeTimers } from '@jest/fake-timers'; | ||
declare type JestMockFn = typeof jestMock.fn; | ||
@@ -14,0 +14,0 @@ declare type JestMockSpyOn = typeof jestMock.spyOn; |
{ | ||
"name": "@jest/environment", | ||
"version": "26.6.1", | ||
"version": "26.6.2", | ||
"repository": { | ||
@@ -13,6 +13,6 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/fake-timers": "^26.6.1", | ||
"@jest/types": "^26.6.1", | ||
"@jest/fake-timers": "^26.6.2", | ||
"@jest/types": "^26.6.2", | ||
"@types/node": "*", | ||
"jest-mock": "^26.6.1" | ||
"jest-mock": "^26.6.2" | ||
}, | ||
@@ -25,3 +25,3 @@ "engines": { | ||
}, | ||
"gitHead": "f6366db60e32f1763e612288bf3984bcfa7a0a15" | ||
"gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5" | ||
} |
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
Updated@jest/fake-timers@^26.6.2
Updated@jest/types@^26.6.2
Updatedjest-mock@^26.6.2