@types/jest-axe
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -82,3 +82,3 @@ // Type definitions for jest-axe 3.2 | ||
namespace jest { | ||
interface Matchers<R> { | ||
interface Matchers<R, T> { | ||
toHaveNoViolations(): R; | ||
@@ -85,0 +85,0 @@ } |
{ | ||
"name": "@types/jest-axe", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "TypeScript definitions for jest-axe", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "4d0c6efcd63e4a06126e8a9d192f1541f2a9e08641060d1d226b4377de2a753a", | ||
"typesPublisherContentHash": "8b7458cd90c6f8bdec6f0328ab38cd69cd156a6b3bf2be3ffd3e519519c7afaa", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 22 Oct 2019 22:22:08 GMT | ||
* Last updated: Fri, 25 Oct 2019 20:19:06 GMT | ||
* Dependencies: @types/axe-core, @types/jest | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
4825