|
36 | 36 | "postrelease": "concurrently yarn:release:*", |
37 | 37 | "release:github": "conventional-github-releaser -p angular", |
38 | 38 | "release:tags": "git push --follow-tags origin main", |
39 | | - "storybook": "start-storybook -p 6006" |
| 39 | + "storybook": "start-storybook -p 6006", |
| 40 | + "test": "jest --config ./jest.config.ts --no-cache" |
40 | 41 | }, |
41 | 42 | "browserslist": { |
42 | 43 | "production": [ |
|
65 | 66 | "@storybook/addon-essentials": "^6.1.10", |
66 | 67 | "@storybook/addon-links": "^6.1.10", |
67 | 68 | "@storybook/react": "^6.1.10", |
| 69 | + "@testing-library/dom": "^7.28.1", |
| 70 | + "@testing-library/jest-dom": "^5.11.6", |
| 71 | + "@testing-library/react": "^11.2.2", |
| 72 | + "@testing-library/react-hooks": "^3.5.0", |
| 73 | + "@testing-library/user-event": "^12.5.0", |
| 74 | + "@types/jest": "^26.0.16", |
| 75 | + "@types/jest-axe": "^3.5.1", |
68 | 76 | "@types/node": "^14.14.10", |
69 | 77 | "@types/react": "^17.0.0", |
70 | 78 | "@types/react-dom": "^17.0.0", |
| 79 | + "@types/testing-library__jest-dom": "^5.9.5", |
71 | 80 | "@typescript-eslint/eslint-plugin": "^4.9.0", |
72 | 81 | "@typescript-eslint/parser": "^4.9.0", |
73 | 82 | "babel-eslint": "^10.1.0", |
|
89 | 98 | "eslint-plugin-testing-library": "^3.10.1", |
90 | 99 | "gacp": "^2.10.2", |
91 | 100 | "husky": "^4.3.5", |
| 101 | + "jest": "^26.6.3", |
| 102 | + "jest-axe": "^4.1.0", |
92 | 103 | "lint-staged": "^10.5.3", |
93 | 104 | "prettier": "^2.2.1", |
94 | 105 | "react": "^17.0.1", |
95 | 106 | "react-dom": "^17.0.1", |
96 | 107 | "rimraf": "^3.0.2", |
97 | 108 | "sort-package-json": "^1.48.0", |
98 | 109 | "standard-version": "^9.0.0", |
| 110 | + "ts-node": "^9.1.0", |
99 | 111 | "typescript": "^4.1.2" |
100 | 112 | }, |
101 | 113 | "peer-dependencies": { |
|
0 commit comments