Replace to testing-library from enzyme (#14152)

This commit is contained in:
Yamagishi Kazutoshi
2020-06-29 20:58:07 +09:00
committed by GitHub
parent d1c6dd2d27
commit 5e8f51b29f
5 changed files with 159 additions and 312 deletions

View File

@ -169,10 +169,10 @@
"wicg-inert": "^3.0.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.2.4",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-plugin-import": "~2.21.2",
"eslint-plugin-jsx-a11y": "~6.3.1",