File tree 1 file changed +2
-2
lines changed
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
49
49
handles running them within the body of a function component, as well as providing various useful
50
50
utility functions for updating the inputs and retrieving the outputs of your amazing custom hook.
51
51
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
53
53
draws much of it's inspiration from, it aims to provide a testing experience as close as possible to
54
54
natively using your hook from within a real component.
55
55
@@ -110,7 +110,7 @@ test('should decrement counter', () => {
110
110
## Installation
111
111
112
112
``` sh
113
- npm install --save-dev react-hooks- testing-library
113
+ npm install --save-dev @ testing-library/react-hooks
114
114
```
115
115
116
116
We 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