Skip to content

Commit b3f6a0b

Browse files
committed
chore: Update packages
1 parent 0178118 commit b3f6a0b

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package-lock.json

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

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"build": "tsc -b && vite build",
3535
"lint": "eslint .",
3636
"preview": "vite preview",
37-
"prepack": "tsc && vite build"
37+
"prepack": "tsc && vite build",
38+
"unit:test": "jest __tests__/"
3839
},
3940
"author": "tjtanjin",
4041
"license": "MIT",
@@ -60,9 +61,9 @@
6061
"globals": "^15.9.0",
6162
"identity-obj-proxy": "^3.0.0",
6263
"jest": "^29.7.0",
64+
"ts-jest": "^29.2.6",
6365
"jest-environment-jsdom": "^29.7.0",
6466
"react-chatbotify": "^2.0.0-beta.24",
65-
"ts-jest": "^29.2.5",
6667
"typescript": "^5.5.3",
6768
"typescript-eslint": "^8.7.0",
6869
"vite": "^5.4.8",

0 commit comments

Comments
 (0)