@types/expect-puppeteer
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -87,2 +87,3 @@ // Type definitions for expect-puppeteer 5.0 | ||
toFill(selector: string | MatchSelector, value: string, options?: ExpectTimingActions): Promise<void>; | ||
toFillForm(selector: string | MatchSelector, value: { [key: string]: any}, options?: ExpectTimingActions): Promise<void>; | ||
toMatch(selector: string | MatchSelector, options?: ExpectTimingActions): Promise<void>; | ||
@@ -89,0 +90,0 @@ toMatchElement(selector: string | MatchSelector, options?: ExpectToClickOptions): Promise<void>; |
{ | ||
"name": "@types/expect-puppeteer", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "TypeScript definitions for expect-puppeteer", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/expect-puppeteer", | ||
}, | ||
"typesPublisherContentHash": "88cb902363d7e682b25af4719534370662fb8253e76c9816f4793b4d08ecf496", | ||
"typesPublisherContentHash": "d76fb93e2345704470043e3109099ec61a8406deb07c20a3da4657cfca310b8a", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 02 Nov 2022 21:02:55 GMT | ||
* Last updated: Wed, 15 Feb 2023 22:02:46 GMT | ||
* Dependencies: [@types/jest](https://npmjs.com/package/@types/jest), [@types/puppeteer](https://npmjs.com/package/@types/puppeteer) | ||
@@ -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
7366
100