perf(jest): delete jest

This commit is contained in:
2026-03-10 15:44:07 +08:00
parent 77542cd49e
commit 933ffbb06f
7 changed files with 0 additions and 46 deletions

View File

@@ -15,7 +15,6 @@
"build:export-prod": "NEXT_PUBLIC_URL=http://172.16.112.8:9110 NEXT_PUBLIC_OUTPUT_TYPE=export env-cmd -f .env.production next build --turbopack",
"postbuild:export-prod": "node scripts/restore-api-route.mjs",
"start": "next start",
"test": "jest",
"lint": "eslint",
"format": "prettier --write \"**/*.{ts,tsx,css}\""
},
@@ -69,10 +68,8 @@
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/eslint-plugin-next": "^15.5.7",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/geojson": "^7946.0.16",
"@types/jest": "^30.0.0",
"@types/msgpack-lite": "^0.1.12",
"@types/node": "^20",
"@types/react": "^19",
@@ -84,12 +81,9 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^7.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"ts-jest": "^29.4.6",
"typescript": "^5"
},
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"