Skip to content

Commit

Permalink
feat(ui): exclude playwright test from jest test runs | tg | #28
Browse files Browse the repository at this point in the history
  • Loading branch information
tatjana-mariella committed May 17, 2024
1 parent 8d84ac6 commit 438c4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"access": "public"
},
"scripts": {
"test": "jest",
"test:unit": "jest --verbose ./src/components",
"test:vrt": "playwright test",
"lint": "eslint . --max-warnings 0",
"generate:component": "turbo gen react-component",
Expand Down

0 comments on commit 438c4b7

Please sign in to comment.