Skip to content

Commit 13bfd8f

Browse files
committed
update testing libraries
1 parent 6704d04 commit 13bfd8f

File tree

3 files changed

+159
-86
lines changed

3 files changed

+159
-86
lines changed

reactfire/package-lock.json

Lines changed: 116 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reactfire/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
},
2323
"homepage": "https://firebaseopensource.com/projects/firebase/reactfire/",
2424
"dependencies": {
25+
"@testing-library/react": "^8.0.4",
26+
"@testing-library/react-hooks": "^1.0.4",
2527
"rxfire": "^3.6.3",
2628
"rxjs": "^6.4.0"
2729
},
@@ -40,7 +42,7 @@
4042
"babel-jest": "^24.7.1",
4143
"jest": "~24.7.1",
4244
"jest-dom": "^3.1.3",
43-
"react-hooks-testing-library": "^0.4.0",
45+
"react-test-renderer": "^16.8.6",
4446
"typescript": "^3.4.5"
4547
}
4648
}

0 commit comments

Comments
 (0)