From b7b82c46858c69aa16325beadcf305556fc4a836 Mon Sep 17 00:00:00 2001 From: cmorten Date: Sun, 18 Sep 2022 22:24:53 +0100 Subject: [PATCH] fix: ensure vo stops before test ends --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b36f4f2..20ab00a 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 538f069..9e3bdff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"