Skip to content

Commit

Permalink
adding test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmanpreet Kaur committed Sep 18, 2024
1 parent 5786895 commit 6f846e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ResearchAssistant/App/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"watch": "tsc && vite build --watch"
"watch": "tsc && vite build --watch",
"test":"jest"
},
"dependencies": {
"@fluentui/react": "^8.105.3",
Expand Down

0 comments on commit 6f846e9

Please sign in to comment.