Skip to content

Commit 3ebe633

Browse files
committed
chore: remove jest
1 parent c875b7b commit 3ebe633

File tree

7 files changed

+62
-1785
lines changed

7 files changed

+62
-1785
lines changed

jest.config.js

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

jest.setup.js

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

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525
"i18n": "yarn i18n:extract && yarn i18n:compile",
2626
"prepare": "husky install",
2727
"test:open": "DOTENV_CONFIG_PATH='.env.local' cypress open",
28-
"test:headless": "export DOTENV_CONFIG_PATH='../../../.env.local' && cypress run --config-file './cypress/configs/local/full.config.ts'",
29-
"test": "jest --watch",
30-
"test:ci": "jest --ci",
31-
"test:coverage": "jest --coverage"
28+
"test:headless": "export DOTENV_CONFIG_PATH='../../../.env.local' && cypress run --config-file './cypress/configs/local/full.config.ts'"
3229
},
3330
"dependencies": {
3431
"@aave/contract-helpers": "1.36.1",
@@ -107,9 +104,6 @@
107104
"@next/bundle-analyzer": "^12.1.0",
108105
"@svgr/webpack": "^6.5.1",
109106
"@tanstack/react-query-devtools": "^5.62.8",
110-
"@testing-library/jest-dom": "^5.16.5",
111-
"@testing-library/react": "^13.4.0",
112-
"@testing-library/user-event": "^14.4.3",
113107
"@types/d3-array": "^3.0.3",
114108
"@types/d3-time-format": "^4.0.0",
115109
"@types/lodash": "^4.14.189",
@@ -128,8 +122,6 @@
128122
"eslint-plugin-prettier": "^4.2.1",
129123
"eslint-plugin-simple-import-sort": "^8.0.0",
130124
"husky": "^8.0.3",
131-
"jest": "^29.7.0",
132-
"jest-environment-jsdom": "^29.7.0",
133125
"lint-staged": "^13.0.3",
134126
"prettier": "^2.8.1",
135127
"typescript": "^5.0.4"

src/utils/__tests__/RotationProvider.test.ts

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

src/utils/__tests__/ghoUtilities.spec.ts

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

src/utils/__tests__/marketsAndNetworkConfig.spec.ts

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

0 commit comments

Comments
 (0)