|
25 | 25 | "i18n": "yarn i18n:extract && yarn i18n:compile", |
26 | 26 | "prepare": "husky install", |
27 | 27 | "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'" |
32 | 29 | }, |
33 | 30 | "dependencies": { |
34 | 31 | "@aave/contract-helpers": "1.36.1", |
|
107 | 104 | "@next/bundle-analyzer": "^12.1.0", |
108 | 105 | "@svgr/webpack": "^6.5.1", |
109 | 106 | "@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", |
113 | 107 | "@types/d3-array": "^3.0.3", |
114 | 108 | "@types/d3-time-format": "^4.0.0", |
115 | 109 | "@types/lodash": "^4.14.189", |
|
128 | 122 | "eslint-plugin-prettier": "^4.2.1", |
129 | 123 | "eslint-plugin-simple-import-sort": "^8.0.0", |
130 | 124 | "husky": "^8.0.3", |
131 | | - "jest": "^29.7.0", |
132 | | - "jest-environment-jsdom": "^29.7.0", |
133 | 125 | "lint-staged": "^13.0.3", |
134 | 126 | "prettier": "^2.8.1", |
135 | 127 | "typescript": "^5.0.4" |
|
0 commit comments