Skip to content

Commit 9985384

Browse files
committed
chore(tests): switch test command from ts-jest to jest in package.json and add jest as a dependency
1 parent a1d48e6 commit 9985384

File tree

2 files changed

+4405
-7836
lines changed

2 files changed

+4405
-7836
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"format": "prettier --write .",
1717
"prepare": "husky install",
1818
"prettier": "prettier --write .",
19-
"test": "ts-jest",
19+
"test": "jest",
2020
"e2e": "playwright test",
2121
"generate-static-api": "node scripts/generate-static-api.mjs",
2222
"build:static": "npm run generate-static-api && next build",
@@ -111,6 +111,7 @@
111111
"fs-extra": "^11.3.0",
112112
"globals": "^16.0.0",
113113
"husky": "^9.1.7",
114+
"jest": "^29.7.0",
114115
"jest-environment-jsdom": "^29.7.0",
115116
"json-schema-static-docs": "^0.28.1",
116117
"lint-staged": "^15.5.1",

0 commit comments

Comments
 (0)