Finishing touches

Summary:
A few comments in my rewrite stack got missed, I am addressing them here.
In addition react testing library has been hoisted to the root module in the project and been made available to all sub modules

Reviewed By: mweststrate

Differential Revision: D37712339

fbshipit-source-id: 60984c3d16bd535b0c489570907f097c7d80f634
This commit is contained in:
Luke De Feo
2022-07-11 05:15:25 -07:00
committed by Facebook GitHub Bot
parent ea958b0b15
commit 0e11eaabb3
6 changed files with 23 additions and 17 deletions

View File

@@ -51,7 +51,6 @@
},
"devDependencies": {
"@testing-library/dom": "^8.11.3",
"@testing-library/react": "^12.1.4",
"@types/deep-equal": "^1.0.1",
"@types/lodash.memoize": "^4.1.7",
"@types/react": "^17.0.39",