Skip to content

Commit

Permalink
adds script for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlorenc1986 committed Aug 30, 2024
1 parent 9b69cad commit 14271c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"start": "parcel",
"build": "parcel build",
"test": "jest && playwright test",
"test:unit": "jest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
Expand Down

0 comments on commit 14271c0

Please sign in to comment.