@types/jest
Advanced tools
Comparing version 24.0.10 to 24.0.11
@@ -158,2 +158,7 @@ // Type definitions for Jest 24.0 | ||
/** | ||
* Creates a sandbox registry for the modules that are loaded inside the callback function.. | ||
* This is useful to isolate specific modules for every test so that local module state doesn't conflict between tests. | ||
*/ | ||
function isolateModules(fn: () => void): typeof jest; | ||
/** | ||
* Runs failed tests n-times until they pass or until the max number of retries is exhausted. | ||
@@ -160,0 +165,0 @@ * This only works with jest-circus! |
{ | ||
"name": "@types/jest", | ||
"version": "24.0.10", | ||
"version": "24.0.11", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -108,4 +108,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "20bb84d9953c9a5b8bd02295b268b3df7003cabed5038c70a15e90c7ff53db6f", | ||
"typesPublisherContentHash": "35e711c978ac7e71688deb7f83d94297669993a01545b177f1b1abb2623f527b", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 08 Mar 2019 18:46:02 GMT | ||
* Last updated: Sat, 09 Mar 2019 00:20:12 GMT | ||
* Dependencies: @types/jest-diff | ||
@@ -14,0 +14,0 @@ * Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fail, fdescribe, fit, it, jasmine, jest, pending, spyOn, test, xdescribe, xit, xtest |
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
69637
1651