chore(tests): use pnpm

This commit is contained in:
moklick
2024-07-01 15:41:39 +02:00
parent c8cab00949
commit 3553918a9f

View File

@@ -4,8 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test:svelte": "FRAMEWORK=svelte npx playwright test -c playwright.svelte.config.ts",
"test:react": "FRAMEWORK=react npx playwright test -c playwright.react.config.ts",
"test:svelte": "FRAMEWORK=svelte pnpm exec playwright test -c playwright.svelte.config.ts",
"test:react": "FRAMEWORK=react pnpm exec playwright test -c playwright.react.config.ts",
"test:react:ui": "pnpm run test:react --ui",
"test:svelte:ui": "pnpm run test:svelte --ui"
},