jest-extended
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "jest-extended", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Additional Jest matchers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -89,2 +89,7 @@ /// <reference types="jest" /> | ||
/** | ||
* Use .toBeDate when checking if a value is a Date. | ||
*/ | ||
toBeDate(): R; | ||
/** | ||
* Use `.toBeFunction` when checking if a value is a `Function`. | ||
@@ -91,0 +96,0 @@ */ |
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
113544
1513