Skip to content

Commit b7b82c4

Browse files
committed
fix: ensure vo stops before test ends
1 parent 1e469c5 commit b7b82c4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guidepup/playwright",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Screen-reader driver for Playwright.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -33,7 +33,7 @@
3333
"test": "playwright test -c ./example/playwright.config.ts ./example/tests/playwright.spec.ts"
3434
},
3535
"dependencies": {
36-
"@guidepup/guidepup": "^0.14.0"
36+
"@guidepup/guidepup": "^0.14.1"
3737
},
3838
"devDependencies": {
3939
"@playwright/test": "^1.25.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
minimatch "^3.0.4"
3030
strip-json-comments "^3.1.1"
3131

32-
"@guidepup/guidepup@^0.14.0":
33-
version "0.14.0"
34-
resolved "https://registry.yarnpkg.com/@guidepup/guidepup/-/guidepup-0.14.0.tgz#93eebbd24ca31d218140e3ff00b279c0a2f00f52"
35-
integrity sha512-Md16l36lItisxJh41Mmk7WR6D2Uo8+5OjWDXNS0CO57RGP0abbU5nI4xQKgwBlGsJ31GyXRHpppXJvSonlqNZQ==
32+
"@guidepup/guidepup@^0.14.1":
33+
version "0.14.1"
34+
resolved "https://registry.yarnpkg.com/@guidepup/guidepup/-/guidepup-0.14.1.tgz#aadecf45603582adcd683c86dd1338e0184df06c"
35+
integrity sha512-Yb6q7JXEsT7UYSw+7XL4HIlL0fTGhL6gr9ZERB4P3Mh/DLhqwXstjrtLtLJBv70WKwx088o3Q/4mjUJ00C2yQw==
3636

3737
"@humanwhocodes/config-array@^0.9.2":
3838
version "0.9.2"

0 commit comments

Comments
 (0)