Skip to content

Commit

Permalink
fix: ensure vo stops before test ends
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorten committed Sep 18, 2022
1 parent 1e469c5 commit b7b82c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidepup/playwright",
"version": "0.7.0",
"version": "0.7.1",
"description": "Screen-reader driver for Playwright.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"test": "playwright test -c ./example/playwright.config.ts ./example/tests/playwright.spec.ts"
},
"dependencies": {
"@guidepup/guidepup": "^0.14.0"
"@guidepup/guidepup": "^0.14.1"
},
"devDependencies": {
"@playwright/test": "^1.25.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

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

"@humanwhocodes/config-array@^0.9.2":
version "0.9.2"
Expand Down

0 comments on commit b7b82c4

Please sign in to comment.