Skip to content

Commit fb04863

Browse files
committed
fix: ensure voiceOver is typed
1 parent 09c7823 commit fb04863

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guidepup/playwright",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Screen-reader driver for Playwright.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

src/voTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const PLAYWRIGHT_APPLICATION = "Playwright";
1010
*
1111
* A fresh started VoiceOver instance `vo` is provided to each test.
1212
*/
13-
const voTest = test.extend<{ voiceOver }>({
13+
const voTest = test.extend<{ voiceOver: typeof voiceOver }>({
1414
voiceOver: async ({}, use) => {
1515
try {
1616
await voiceOver.start();

0 commit comments

Comments
 (0)