jest-extended
Advanced tools
Comparing version 0.11.3 to 0.11.4
{ | ||
"name": "jest-extended", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"description": "Additional Jest matchers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -296,3 +296,3 @@ /// <reference types="jest" /> | ||
*/ | ||
toResolve(): R; | ||
toResolve(): Promise<R>; | ||
@@ -302,3 +302,3 @@ /** | ||
*/ | ||
toReject(): R; | ||
toReject(): Promise<R>; | ||
@@ -305,0 +305,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
137749