electron-playwright-helpers
electron-playwright-helpers copied to clipboard
Typo in main example???
The Readme includes a JavaScript example line:
let electronApp: ElectronApplication
I've never seen that kind of syntax for a variable declaration and when I use it my linter shows an error so I'm assuming that's a typo.
It's Typescript. I'm defining the variable scope and type.
Oh, got it. Thanks.
Yeah. That's in the Javascript section of the docs. I'll fix it.
Thanks for the note!
In the meantime, just change to:
let electronApp