@types/jest
Advanced tools
Comparing version 21.1.4 to 21.1.5
@@ -201,5 +201,5 @@ // Type definitions for Jest 21.1 | ||
* | ||
* @param {string} name The name of your test | ||
* @param {fn?} ProvidesCallback The function for your test | ||
* @param {timeout?} timeout The timeout for an async function test | ||
* @param name The name of your test | ||
* @param fn The function for your test | ||
* @param timeout The timeout for an async function test | ||
*/ | ||
@@ -294,3 +294,3 @@ (name: string, fn?: ProvidesCallback, timeout?: number): void; | ||
* | ||
* @param {any} actual The value to apply matchers against. | ||
* @param actual The value to apply matchers against. | ||
*/ | ||
@@ -297,0 +297,0 @@ (actual: any): Matchers<void>; |
{ | ||
"name": "@types/jest", | ||
"version": "21.1.4", | ||
"version": "21.1.5", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -54,4 +54,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "784214dead9f5ee5a92281c7e94f0130d0d2ab503d8f5665adda560332d80dc0", | ||
"typesPublisherContentHash": "dde4cb678e102a2e2ff0a30f12935fe59ab52016243423ba2831fd1492c8d188", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 17 Oct 2017 17:20:52 GMT | ||
* Last updated: Wed, 25 Oct 2017 01:03:55 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
41321