about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2020-06-29 20:58:07 +0900
committerGitHub <noreply@github.com>2020-06-29 13:58:07 +0200
commit5e8f51b29fccfb7d19d53854f3472f7370593ebf (patch)
treeb075c743ca0c725bb8dda37c8d02122e0f11d571 /package.json
parentd1c6dd2d277fee0cf65b480adc868c69df952622 (diff)
Replace to testing-library from enzyme (#14152)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 0f2e7f4f9..01cd3548f 100644
--- a/package.json
+++ b/package.json
@@ -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",