@types/jest
Advanced tools
Comparing version 22.0.0 to 22.0.1
@@ -536,2 +536,4 @@ // Type definitions for Jest 22.0 | ||
mockReturnValueOnce(value: any): Mock<T>; | ||
mockName(name: string): Mock<T>; | ||
getMockName(): string; | ||
} | ||
@@ -538,0 +540,0 @@ |
{ | ||
"name": "@types/jest", | ||
"version": "22.0.0", | ||
"version": "22.0.1", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -64,4 +64,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "fa224b273b30717a3ad793d8be8134ae027b60d2ae81f579d613522ea3d551a2", | ||
"typesPublisherContentHash": "7079cbae4e26980c99ddae2c429f0055915d1af8fd338a49aa5cd0cfaef79e3f", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 28 Dec 2017 23:58:44 GMT | ||
* Last updated: Thu, 04 Jan 2018 23:26:00 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
41629
1012