test: add cypress-hardhat (#6394)
* chore: ignore hardhat cache files * test: add forking hardhat config * test: install cypress-hardhat * build: add cypress-hardhat * fix: lint * build: add hardhat * build: add @sentry/types * fix: better origin
Showing
hardhat.config.js
0 → 100644
| ... | ... | @@ -100,8 +100,10 @@ |
| "@vanilla-extract/babel-plugin": "^1.1.7", | ||
| "@vanilla-extract/webpack-plugin": "^2.1.11", | ||
| "cypress": "10.3.1", | ||
| "cypress-hardhat": "^1.0.0", | ||
| "env-cmd": "^10.1.0", | ||
| "eslint": "^7.11.0", | ||
| "hardhat": "^2.14.0", | ||
| "jest-fetch-mock": "^3.0.3", | ||
| "jest-styled-components": "^7.0.8", | ||
| "ms.macro": "^2.0.0", | ||
| ... | ... | @@ -139,6 +141,7 @@ |
| "@reduxjs/toolkit": "^1.6.1", | ||
| "@sentry/react": "^7.45.0", | ||
| "@sentry/tracing": "^7.45.0", | ||
| "@sentry/types": "^7.45.0", | ||
| "@types/react-window-infinite-loader": "^1.0.6", | ||
| "@uniswap/analytics": "^1.3.1", | ||
| "@uniswap/analytics-events": "^2.10.0", | ||
| ... | ... |
This diff is collapsed.
Please register or sign in to comment