plugins: add testing-library types

This commit is contained in:
Patrik Oldsberg
2020-03-19 11:06:11 +01:00
parent b0fbbeb3a3
commit 191d9236da
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/testing-library__jest-dom": "5.0.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"@material-ui/core": "^4.9.1",
+2 -1
View File
@@ -12,7 +12,8 @@
},
"devDependencies": {
"@spotify-backstage/core": "^0.1.0",
"@spotify-backstage/cli": "^0.1.0"
"@spotify-backstage/cli": "^0.1.0",
"@types/testing-library__jest-dom": "5.0.2"
},
"dependencies": {
"@material-ui/lab": "4.0.0-alpha.45"