msw-dev-tool 1.1.16 → 1.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -27,11 +27,13 @@ view [docs](https://msw-dev-tool-docs.vercel.app/docs/get-started)
|
|
27
27
|
## Handler Table
|
28
28
|
|
29
29
|
**view [docs](https://msw-dev-tool-docs.vercel.app/docs/handler-table)**
|
30
|
+
|
30
31
|
The handler table is a table that shows all the handlers in the project and control them.
|
31
32
|
|
32
33
|
## Debugger
|
33
34
|
|
34
35
|
**view [docs](https://msw-dev-tool-docs.vercel.app/docs/debugger)**
|
36
|
+
|
35
37
|
The Debugger allows you to test your mock handlers interactively:
|
36
38
|
|
37
39
|
1. Open the Debugger by clicking any row in the Handler Table
|