Comparing version 0.2.10 to 0.2.11
{ | ||
"name": "vi-fetch", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "Easiest way to mock fetch", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -9,5 +9,5 @@ # vi-fetch | ||
For example, we consider an endpoint to be URL until the first `?`, query is like arguments to an endpoint, just like `body` - that's why we provide matchers like `toHaveFetchedWithQuery`. | ||
For example, we consider an endpoint to be a part of URL until the first `?`: query is an argument to an endpoint, just like `body`, - that's why we provide matchers like `toHaveFetchedWithQuery` and `toHaveFetchedWithBody`. | ||
## Docs | ||
Read **[full docs](https://github.com/sheremet-va/vi-fetch#readme)** on GitHub. |
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
26114