Skip to content

Commit

Permalink
Added headed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
CandelR committed Jan 14, 2025
1 parent fa99af1 commit 76ba52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"vercel:install": "yarn run add:npmrc && yarn install",
"test:unit": "vitest run test/unit && vitest run src/ ",
"test:coverage": "vitest run --coverage",
"test:playwright": "yarn playwright test",
"test:playwright": "yarn playwright test --headed",
"test:chromium": "yarn playwright test --project=chromium",
"test:firefox": "yarn playwright test --project=firefox",
"test:safari": "yarn playwright test --project=webkit",
Expand Down

0 comments on commit 76ba52e

Please sign in to comment.