fix tests, divorce enzyme where-ever possible

This commit is contained in:
41666 2022-01-30 11:14:52 -05:00
parent 3c3af304f7
commit 2fb721078e
9 changed files with 106 additions and 907 deletions

View file

@ -42,10 +42,14 @@
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.5",
"@types/styled-components": "^5.1.21",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^2.0.2",
"change-case": "^4.1.2",
"tslint": "^6.1.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"jest": "^27.4.7",
"jest-styled-components": "^7.0.8",
"typescript": "^4.5.5"
}
}