Dependencies: Adds @testing-library/user-event for best practices (#27397)

Adds @testing-library/user-event so that best practices can be followed
when writing tests
This commit is contained in:
kay delaney
2020-09-04 16:38:27 +01:00
committed by GitHub
parent 8e063ea82c
commit 444f2d5896
4 changed files with 16 additions and 17 deletions
+1
View File
@@ -78,6 +78,7 @@
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/react": "^10.4.8",
"@testing-library/react-hooks": "^3.2.1",
"@testing-library/user-event": "^12.1.3",
"@types/angular": "1.6.56",
"@types/angular-route": "1.7.0",
"@types/classnames": "2.2.9",