Skip to content

Commit 26cb097

Browse files
committed
chore(deps): Add playwright to dev deps
1 parent fb0c7fe commit 26cb097

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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": "pnpm exec playwright install && vitest run --coverage"
49+
"test:vitest": "playwright install && vitest run --coverage"
5050
},
5151
"dependencies": {
5252
"@spuxx/js-utils": "1.3.0"

packages/solid/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
"vite-plugin-dts": "4.5.3",
6464
"vite-plugin-solid": "2.11.10",
6565
"vite-tsconfig-paths": "5.1.4",
66-
"vitest": "4.0.8"
66+
"vitest": "4.0.8",
67+
"playwright": "1.56.1"
6768
},
6869
"peerDependencies": {
6970
"@spuxx/browser-utils": "workspace:@spuxx/browser-utils@*",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)