chore: fix screenshot tests maybe

This commit is contained in:
Liam DeBeasi
2023-11-03 12:17:36 -04:00
parent cc3dd4984f
commit 670849088e

View File

@@ -93,8 +93,8 @@
"start": "pnpm run build.css && stencil build --dev --watch --serve",
"test": "pnpm run test.spec && pnpm run test.e2e",
"test.spec": "stencil test --spec --max-workers=2",
"test.spec.debug": "npx --node-arg=\"--inspect-brk\" stencil test --spec",
"test.e2e": "npx playwright test",
"test.spec.debug": "pnpm exec --node-arg=\"--inspect-brk\" stencil test --spec",
"test.e2e": "pnpm exec playwright test",
"test.e2e.update-snapshots": "pnpm run test.e2e --update-snapshots",
"test.watch": "jest --watch --no-cache",
"test.treeshake": "node scripts/treeshaking.js dist/index.js",