Skip to content

Commit

Permalink
Config jest test script 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
WooWan committed Oct 15, 2022
1 parent 6afaf7b commit 5a50f7c
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 @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "cross-env NODE_ENV=production ANALYZE=true next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@next/bundle-analyzer": "^12.3.1",
Expand Down

0 comments on commit 5a50f7c

Please sign in to comment.