perf(jest): delete jest
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
module.exports = {
|
||||
preset: "ts-jest",
|
||||
testEnvironment: "jsdom",
|
||||
testMatch: ["**/*.test.ts", "**/*.test.tsx"],
|
||||
moduleNameMapper: {
|
||||
"\\.(css|less|scss|sass)$": "identity-obj-proxy",
|
||||
},
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -1,10 +0,0 @@
|
||||
importScripts(`${process.env.NEXT_PUBLIC_BASE_PATH}/wasm/ffmpeg-core.js`)
|
||||
|
||||
const originalCreateFFmpegCore = self.createFFmpegCore
|
||||
|
||||
self.createFFmpegCore = (moduleOverrides) =>
|
||||
originalCreateFFmpegCore({
|
||||
...moduleOverrides,
|
||||
INITIAL_MEMORY: 268435456,
|
||||
ALLOW_MEMORY_GROWTH: 1,
|
||||
})
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Reference in New Issue
Block a user