|
9 | 9 | "tsc": "tsc --project tsconfig.json --pretty --noEmit", |
10 | 10 | "lint": "eslint --ext ts,tsx --fix", |
11 | 11 | "pretti": "prettier --config ./.prettierrc.js -w ./src", |
12 | | - "postinstall": "husky install" |
| 12 | + "postinstall": "husky install", |
| 13 | + "test": "jest" |
13 | 14 | }, |
14 | 15 | "dependencies": { |
15 | 16 | "date-fns": "^2.11.1", |
|
21 | 22 | "remark-html": "^12.0.0" |
22 | 23 | }, |
23 | 24 | "devDependencies": { |
| 25 | + "@babel/core": "^7.14.3", |
| 26 | + "@types/jest": "^26.0.23", |
24 | 27 | "@types/node": "^15.6.0", |
25 | 28 | "@types/react": "^17.0.6", |
| 29 | + "@types/react-test-renderer": "^17.0.1", |
26 | 30 | "@typescript-eslint/eslint-plugin": "^4.24.0", |
27 | 31 | "@typescript-eslint/parser": "^4.24.0", |
| 32 | + "babel-jest": "^26.6.3", |
28 | 33 | "eslint": "^7.27.0", |
29 | 34 | "eslint-config-prettier": "^8.3.0", |
30 | 35 | "eslint-plugin-jsx-a11y": "^6.4.1", |
31 | 36 | "eslint-plugin-prettier": "^3.4.0", |
32 | 37 | "eslint-plugin-react": "^7.23.2", |
33 | 38 | "eslint-plugin-react-hooks": "^4.2.0", |
34 | 39 | "husky": "^6.0.0", |
| 40 | + "identity-obj-proxy": "^3.0.0", |
| 41 | + "jest": "^26.6.3", |
| 42 | + "jest-watch-typeahead": "^0.6.3", |
35 | 43 | "lint-staged": "^11.0.0", |
36 | 44 | "prettier": "^2.3.0", |
| 45 | + "react-test-renderer": "^17.0.2", |
37 | 46 | "typescript": "^4.2.4" |
38 | 47 | } |
39 | 48 | } |
0 commit comments