@types/jest
Advanced tools
Comparing version 23.3.9 to 23.3.10
@@ -254,3 +254,3 @@ // Type definitions for Jest 23.3 | ||
*/ | ||
(name: string, fn: ProvidesCallback, timeout?: number): void; | ||
(name: string, fn?: ProvidesCallback, timeout?: number): void; | ||
/** | ||
@@ -257,0 +257,0 @@ * Only runs this test in the current file. |
{ | ||
"name": "@types/jest", | ||
"version": "23.3.9", | ||
"version": "23.3.10", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -93,3 +93,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -101,4 +101,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2a73e53a5a9288b2fe6ecb3cbcbb004845e2699df62745c22834ff34ce4a0b0c", | ||
"typesPublisherContentHash": "5a1bfa163adebed8149b5498f3d01b7508f98f49d36a577db10614871c7232af", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 30 Oct 2018 19:52:56 GMT | ||
* Last updated: Wed, 28 Nov 2018 17:11:30 GMT | ||
* Dependencies: none | ||
@@ -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
66155