@types/jest
Advanced tools
Comparing version 21.1.1 to 21.1.2
@@ -10,2 +10,3 @@ // Type definitions for Jest 21.1 | ||
// Ika <https://github.com/ikatyang> | ||
// Waseem Dahman <https://github.com/wsmd> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -331,2 +332,6 @@ // TypeScript Version: 2.2 | ||
stringMatching(str: string | RegExp): any; | ||
/** | ||
* Matches any received string that contains the exact expected string | ||
*/ | ||
stringContaining(str: string): any; | ||
} | ||
@@ -333,0 +338,0 @@ |
{ | ||
"name": "@types/jest", | ||
"version": "21.1.1", | ||
"version": "21.1.2", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -40,2 +40,7 @@ "license": "MIT", | ||
"githubUsername": "ikatyang" | ||
}, | ||
{ | ||
"name": "Waseem Dahman", | ||
"url": "https://github.com/wsmd", | ||
"githubUsername": "wsmd" | ||
} | ||
@@ -50,4 +55,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d74714d13685ea7b7999cd671c031738a56dcec91c0d86609a5951cf93a71d12", | ||
"typesPublisherContentHash": "24a5e54a64fcc986b95d9ed1da15588c0fe80a86d50154e85ffe27a2d56b44f2", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 26 Sep 2017 00:11:46 GMT | ||
* Last updated: Tue, 03 Oct 2017 13:52:13 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fail, fdescribe, fit, it, jasmine, jest, pending, spyOn, test, xdescribe, xit, xtest | ||
# Credits | ||
These definitions were written by Asana <https://asana.com>, Ivo Stratev <https://github.com/NoHomey>, jwbay <https://github.com/jwbay>, Alexey Svetliakov <https://github.com/asvetliakov>, Alex Jover Morales <https://github.com/alexjoverm>, Allan Lukwago <https://github.com/epicallan>, Ika <https://github.com/ikatyang>. | ||
These definitions were written by Asana <https://asana.com>, Ivo Stratev <https://github.com/NoHomey>, jwbay <https://github.com/jwbay>, Alexey Svetliakov <https://github.com/asvetliakov>, Alex Jover Morales <https://github.com/alexjoverm>, Allan Lukwago <https://github.com/epicallan>, Ika <https://github.com/ikatyang>, Waseem Dahman <https://github.com/wsmd>. |
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
41106
986