Skip to content

Commit fcee814

Browse files
korniltsevclaude
andcommitted
Complete Jest dependency removal
Removed final Jest and testing dependencies: - cypress, eslint-plugin-cypress, eslint-plugin-jest - @types/mocha - test and cy scripts from package.json All Jest dependencies successfully removed. Frontend build and typecheck pass completely. Co-Authored-By: Claude <[email protected]>
1 parent 184cde9 commit fcee814

File tree

2 files changed

+23
-897
lines changed

2 files changed

+23
-897
lines changed

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
"license": "AGPL-3.0-only",
77
"private": true,
88
"scripts": {
9-
"test": "jest",
109
"type-check": "tsc -p tsconfig.json --noEmit",
1110
"build": "NODE_ENV=production webpack --progress --config scripts/webpack/webpack.prod.js",
1211
"backend:dev": "make build run 'PARAMS=--config.file ./cmd/pyroscope/pyroscope.yaml'",
13-
"cy": "cypress",
1412
"lint": "eslint . --ext .js,.tsx,.ts --cache",
1513
"lint:fix": "yarn lint --fix",
1614
"format": "prettier --check .",
@@ -36,7 +34,6 @@
3634
"@types/lodash.debounce": "^4.0.6",
3735
"@types/lodash.groupby": "^4.6.7",
3836
"@types/lodash.map": "^4.6.13",
39-
"@types/mocha": "^10.0.1",
4037
"@types/prismjs": "^1.26.0",
4138
"@types/react": "^18.0.0",
4239
"@types/react-copy-to-clipboard": "^5.0.2",
@@ -51,7 +48,6 @@
5148
"clean-webpack-plugin": "^3.0.0",
5249
"conventional-changelog-cli": "^2.1.1",
5350
"copy-webpack-plugin": "^11.0.0",
54-
"cypress": "14.5.3",
5551
"esbuild-loader": "^3.0.1",
5652
"eslint": "^8.40.0",
5753
"eslint-config-airbnb": "18.2.1",
@@ -60,9 +56,7 @@
6056
"eslint-import-resolver-lerna": "^2.0.0",
6157
"eslint-import-resolver-typescript": "^3.5.5",
6258
"eslint-plugin-css-modules": "^2.11.0",
63-
"eslint-plugin-cypress": "^2.12.1",
6459
"eslint-plugin-import": "^2.27.5",
65-
"eslint-plugin-jest": "^25.3.4",
6660
"eslint-plugin-jsdoc": "^44.2.2",
6761
"eslint-plugin-jsx-a11y": "^6.4.1",
6862
"eslint-plugin-prettier": "^3.3.1",

0 commit comments

Comments
 (0)