@types/expect-puppeteer
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -62,3 +62,3 @@ // Type definitions for expect-puppeteer 3.3 | ||
toMatch(selector: string, options?: ExpectTimingActions): Promise<void>; | ||
toMatchElement(selector: string, options?: ExpectToClickOptions): Promise<void>; | ||
toMatchElement(selector: string, options?: ExpectToClickOptions): Promise<ElementHandle>; | ||
toSelect(selector: string, valueOrText: string, options?: ExpectTimingActions): Promise<void>; | ||
@@ -65,0 +65,0 @@ toUploadFile(selector: string, filePath: string, options?: ExpectTimingActions): Promise<void>; |
{ | ||
"name": "@types/expect-puppeteer", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "TypeScript definitions for expect-puppeteer", | ||
@@ -22,3 +22,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/expect-puppeteer" | ||
}, | ||
@@ -30,4 +31,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "e56340576d3462090f7dcec36f25ffcc166785524aa7bfe0417ecb5f1aaf9bad", | ||
"typesPublisherContentHash": "4046ee73702b1ccec67400333b9fe983d77036834379af9477dbcb5fceb803cc", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for expect-puppeteer ( https://github.com/smooth-code/jest-puppeteer/tree/master/packages/expect-puppeteer ). | ||
This package contains type definitions for expect-puppeteer (https://github.com/smooth-code/jest-puppeteer/tree/master/packages/expect-puppeteer). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 05 Feb 2019 01:10:03 GMT | ||
* Last updated: Wed, 02 Oct 2019 21:46:15 GMT | ||
* Dependencies: @types/puppeteer, @types/jest | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Josh Goldberg <https://github.com/JoshuaKGoldberg>, Tanguy Krotoff <https://github.com/tkrotoff>. | ||
These definitions were written by Josh Goldberg <https://github.com/JoshuaKGoldberg>, and Tanguy Krotoff <https://github.com/tkrotoff>. |
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
5826