Skip to content

Commit 60656ab

Browse files
authored
change jest --watch to jest
1 parent 9204f12 commit 60656ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint",
10-
"test": "jest --watch"
10+
"test": "jest"
1111
},
1212
"dependencies": {
1313
"@next/font": "13.1.6",

0 commit comments

Comments
 (0)