|
9 | 9 | "lint": "eslint --ignore-path .eslintignore \"./**/*.{ts,tsx,js}\"",
|
10 | 10 | "prettier-format": "prettier --config .prettierrc 'src/**/*.{ts,tsx,js,jsx}' --write",
|
11 | 11 | "check-branch-name": "./check_branch_name.sh",
|
12 |
| - "prepare": "npx husky install && chmod +x .husky/* && chmod +x ./check_branch_name.sh" |
| 12 | + "prepare": "npx husky install && chmod +x .husky/* && chmod +x ./check_branch_name.sh", |
| 13 | + "test": "jest --silent" |
13 | 14 | },
|
14 | 15 | "dependencies": {
|
15 | 16 | "@coingecko/cryptoformat": "^0.5.4",
|
|
87 | 88 | "@svgr/webpack": "^6.5.1",
|
88 | 89 | "@tailwindcss/line-clamp": "^0.4.2",
|
89 | 90 | "@tailwindcss/typography": "^0.5.9",
|
| 91 | + "@testing-library/jest-dom": "^6.4.2", |
| 92 | + "@testing-library/react": "^15.0.2", |
90 | 93 | "@types/dompurify": "^3.0.0",
|
| 94 | + "@types/jest": "^29.5.12", |
91 | 95 | "@types/lodash": "^4.14.192",
|
92 | 96 | "@types/lodash.debounce": "^4.0.7",
|
93 | 97 | "@types/lodash.uniqby": "^4.7.7",
|
|
97 | 101 | "autoprefixer": "^10.4.14",
|
98 | 102 | "eslint-config-prettier": "^8.7.0",
|
99 | 103 | "husky": "^8.0.3",
|
| 104 | + "jest": "^29.7.0", |
| 105 | + "jest-environment-jsdom": "^29.7.0", |
100 | 106 | "lint-staged": "^13.2.0",
|
101 | 107 | "postcss": "^8.4.24",
|
102 | 108 | "prettier": "^2.8.8",
|
|
0 commit comments