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

@@ -13,9 +13,6 @@
"lodash": "^4.17.21",
"prism-react-renderer": "^0.1.7"
},
"devDependencies": {
"@testing-library/react": "^11.2.5"
},
"peerDependencies": {
"nt-shared": "*"
},