Skip to content

Commit b0c3998

Browse files
committed
jest test and its config added
1 parent caa03f3 commit b0c3998

File tree

2 files changed

+25
-20
lines changed

2 files changed

+25
-20
lines changed

package-lock.json

+21-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint",
10-
"test":"jest",
11-
"test:watch":"jest --watchAll"
10+
"test": "jest",
11+
"test:watch": "jest --watchAll"
1212
},
1313
"dependencies": {
1414
"@prisma/client": "^6.0.0",
1515
"axios": "^1.7.8",
1616
"bcryptjs": "^2.4.3",
1717
"jsonwebtoken": "^9.0.2",
1818
"next": "15.0.3",
19-
"react": "19.0.0-rc-66855b96-20241106",
20-
"react-dom": "19.0.0-rc-66855b96-20241106",
19+
"react": "^18.2.0",
20+
"react-dom": "^18.2.0",
2121
"react-icons": "^5.3.0",
2222
"zod": "^3.23.8"
2323
},

0 commit comments

Comments
 (0)