Skip to content

Commit

Permalink
Added The Test Command For the Frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
TebogoYungMercykay committed Jun 2, 2024
1 parent df0919d commit f77c04f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"test": "jest --passWithNoTests",
"test:coverage": "jest --coverage",
"formatter": "npx prettier --write ."
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
Expand Down

0 comments on commit f77c04f

Please sign in to comment.