@zemke/http-mock
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@zemke/http-mock", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Serve JSON mocks conveniently.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,3 +11,3 @@ # `http-mock` | ||
// When http://localhost:3333/api/tournamnet is requested | ||
// When http://localhost:3333/api/tournament is requested | ||
// respond with contents of the JSON file under the given path. | ||
@@ -14,0 +14,0 @@ httpMock.add('/api/tournament', __dirname + '/mocks/api_tournament.json'); |
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