File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The `react-hooks-testing-library` allows you to create a simple test harness for
4949handles running them within the body of a function component, as well as providing various useful
5050utility functions for updating the inputs and retrieving the outputs of your amazing custom hook.
5151
52- Similarly to [ ` react-testing-library ` ] ( http://npm.im/react- testing-library ) , which this library
52+ Similarly to [ ` react-testing-library ` ] ( http://npm.im/@ testing-library/react ) , which this library
5353draws much of it's inspiration from, it aims to provide a testing experience as close as possible to
5454natively using your hook from within a real component.
5555
@@ -110,7 +110,7 @@ test('should decrement counter', () => {
110110## Installation
111111
112112``` sh
113- npm install --save-dev react-hooks- testing-library
113+ npm install --save-dev @ testing-library/react-hooks
114114```
115115
116116We are using [ react-test-renderer] ( https://www.npmjs.com/package/react-test-renderer ) as a
You can’t perform that action at this time.
0 commit comments