Skip to content

Commit

Permalink
test watch added to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran-Siluveru-Microsoft committed Oct 17, 2024
1 parent 3585760 commit 9606928
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "tsc && vite",
"build": "tsc && vite build",
"watch": "tsc && vite build --watch",
"test": "jest --coverage --verbose"
"test": "jest --coverage --verbose",
"test:watch": "jest --coverage --verbose --watchAll"
},
"dependencies": {
"@babel/traverse": "^7.25.7",
Expand Down

0 comments on commit 9606928

Please sign in to comment.