Skip to content

Commit d934b18

Browse files
authored
chore: remove tests (#622)
no jest
1 parent 4816397 commit d934b18

File tree

7 files changed

+61
-2636
lines changed

7 files changed

+61
-2636
lines changed

apps-host/web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"@types/crpc": "^0.2.3",
4444
"@types/fs-extra": "^11.0.4",
4545
"@types/isomorphic-git__lightning-fs": "^4.4.8",
46-
"@types/jest": "^27.4.1",
4746
"@types/lodash.get": "^4.4.9",
4847
"@types/mime-types": "^2.1.4",
4948
"@types/react-helmet": "^6.1.11",

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export default [
4848
...globals.node,
4949
...globals.sharedNodeBrowser,
5050
...globals.es2017,
51-
...globals.jest,
5251
}
5352
},
5453

jest-setup.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

jest.config.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"start:apps-web-marketing": "lerna exec --parallel --concurrency 1 --stream --scope '@beak/apps-web-marketing' yarn start",
4545
"start:apps-web-share": "lerna exec --parallel --concurrency 1 --stream --scope '@beak/apps-web-share' yarn start",
4646
"dev:apps-web-marketing": "lerna exec --parallel --concurrency 1 --stream --scope '@beak/apps-web-marketing' yarn dev",
47-
"test": "jest",
4847
"lint": "lerna run lint --stream",
4948
"lint-fix": "lerna run lint --stream -- --fix",
5049
"typecheck": "lerna run typecheck --stream",
@@ -58,9 +57,6 @@
5857
"@babel/preset-react": "^7.25.9",
5958
"@babel/preset-typescript": "^7.26.0",
6059
"@eslint/compat": "^1.2.2",
61-
"@testing-library/jest-dom": "^5.16.5",
62-
"@testing-library/react": "^13.4.0",
63-
"@testing-library/user-event": "^14.5.1",
6460
"@types/node": "^20.10.5",
6561
"@types/react": "^18.3.12",
6662
"@types/react-dom": "^18.3.1",
@@ -70,10 +66,9 @@
7066
"@typescript-eslint/eslint-plugin": "^8.14.0",
7167
"@typescript-eslint/parser": "^8.14.0",
7268
"@vitejs/plugin-react": "^4.3.3",
73-
"esbuild-jest": "^0.5.0",
7469
"eslint": "^9.14.0",
7570
"eslint-plugin-babel": "^5.3.1",
76-
"eslint-plugin-jest": "^28.9.0",
71+
7772
"eslint-plugin-react": "^7.37.2",
7873
"eslint-plugin-react-hooks": "^5.0.0",
7974
"eslint-plugin-simple-import-sort": "^12.1.1",
@@ -97,7 +92,6 @@
9792
"chokidar": "^3.5.3",
9893
"cross-env": "^7.0.3",
9994
"hw-fingerprint": "^2.1.0",
100-
"jest": "^27.5.1",
10195
"keytar": "^7.9.0",
10296
"prettier": "^3.3.3",
10397
"pretty-bytes": "^6.1.1",

packages/ui/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"@types/command-exists": "^1.2.3",
3939
"@types/crpc": "^0.2.3",
4040
"@types/fs-extra": "^11.0.4",
41-
"@types/jest": "^27.4.1",
4241
"@types/lodash.get": "^4.4.9",
4342
"@types/mime-types": "^2.1.4",
4443
"@types/react-helmet": "^6.1.11",

yarn.lock

Lines changed: 60 additions & 2612 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)