build: add global jest-styled-components config (#4148)
* add test.config.ts * don't need per file * comment * ts -> js * rm test.config.js? * update snapshots * update jest-styled-components
Showing
... | @@ -98,7 +98,7 @@ | ... | @@ -98,7 +98,7 @@ |
"eslint-plugin-react-hooks": "^4.0.0", | "eslint-plugin-react-hooks": "^4.0.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | "eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-unused-imports": "^2.0.0", | "eslint-plugin-unused-imports": "^2.0.0", | ||
"jest-styled-components": "7.0.7", | "jest-styled-components": "^7.0.8", | ||
"ms.macro": "^2.0.0", | "ms.macro": "^2.0.0", | ||
"prettier": "^2.7.1", | "prettier": "^2.7.1", | ||
"react-scripts": "^4.0.3", | "react-scripts": "^4.0.3", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment