test-react-hooks
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "test-react-hooks", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Testing for react hooks", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -122,5 +122,5 @@ # test-react-hooks ⚓️ | ||
Main entry point of the project is [the createTestProxy function.](docs/api/readme.md#createtestproxy) | ||
Main entry point of the project is [the createTestProxy function.](docs/api/README.md#createtestproxy) | ||
For the rest of the api documentation [click here.](docs/api/readme.md) | ||
For the rest of the api documentation [click here.](docs/api/README.md) | ||
@@ -139,4 +139,4 @@ ## Why use test-react-hooks? | ||
The main entry point for `test-react-hooks` is [createTestProxy](docs/api/readme.md#createtestprox). | ||
It takes in two arguments the first is the hook that you'll want to test and the second is an optional [options argument](docs/api/readme.md#createtestproxyoptions). | ||
The main entry point for `test-react-hooks` is [createTestProxy](docs/api/README.md#createtestprox). | ||
It takes in two arguments the first is the hook that you'll want to test and the second is an optional [options argument](docs/api/README.md#createtestproxyoptions). | ||
@@ -143,0 +143,0 @@ ```javascript |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0