Skip to content

Commit

Permalink
Add test helper script
Browse files Browse the repository at this point in the history
  • Loading branch information
bluprince13 committed May 27, 2024
1 parent d6cbb5f commit 58bdc24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"build": "next build",
"lint": "next lint",
"start": "next start",
"test": "jest",
"test:e2e": "playwright test",
"test:jest": "jest",
"test": "yarn test:jest && yarn test:e2e",
"watch": "yarn test --watch"
},
"dependencies": {
Expand Down

1 comment on commit 58bdc24

@vercel
Copy link

@vercel vercel bot commented on 58bdc24 May 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.