@testing-library/react-hooks
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@testing-library/react-hooks", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Simple and complete React hooks testing utilities that encourage good testing practices.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -16,3 +16,3 @@ <div align="center"> | ||
<br /> | ||
<a href="https://react-hooks-testing-library.com/"><strong>Read The Docs</strong> (Work-In-Progress)</a> | ||
<a href="https://react-hooks-testing-library.com/"><strong>Read The Docs</strong></a> | ||
<br /> | ||
@@ -108,2 +108,5 @@ </div> | ||
More advanced usage can be found in the | ||
[documentation](https://react-hooks-testing-library.com/usage/basic-hooks). | ||
## Installation | ||
@@ -121,22 +124,15 @@ | ||
the specific version you want to test against. Generally, the installed versions for `react` and | ||
`react-test-renderer` should match: | ||
`react-test-renderer` should have matching versions: | ||
```sh | ||
npm install react@^x.y.z | ||
npm install --save-dev react-test-renderer@^x.y.z | ||
npm install react@^16.9.0 | ||
npm install --save-dev react-test-renderer@^16.9.0 | ||
``` | ||
Both of these dependecies must be installed as at least version `16.8.0` to be compatible with | ||
Both of these dependecies must be installed as at least version `16.9.0` to be compatible with | ||
`react-hooks-testing-library`. | ||
## Documentation | ||
There are some [work-in-progress docs here](https://react-hooks-testing-library.com/). Please leave | ||
any feedback on them in | ||
[this issue](https://github.com/testing-library/react-hooks-testing-library/issues/19). PRs to | ||
update them are very welcome. | ||
## API | ||
See the [API documentation](https://react-hooks-testing-library.com/reference/api). | ||
See the [API reference](https://react-hooks-testing-library.com/reference/api). | ||
@@ -143,0 +139,0 @@ ## Contributors |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22363
196