Skip to content

Commit d52a7cd

Browse files
committed
test: Install playwright before running tests
1 parent 0e78a3f commit d52a7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"build": "vite build",
4747
"types": "tsc --noEmit",
4848
"test": "pnpm run test:vitest",
49-
"test:vitest": "vitest run --coverage"
49+
"test:vitest": "pnpx playwright install && vitest run --coverage"
5050
},
5151
"dependencies": {
5252
"@spuxx/js-utils": "1.3.0"

0 commit comments

Comments
 (0)