@carlosrpj/jest-mock-express
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@carlosrpj/jest-mock-express", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Express mocking library for Jest", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -96,3 +96,3 @@ import { Router } from "express"; | ||
*matches(method: Method, url: string, stack: Router["stack"]) { | ||
private *matches(method: Method, url: string, stack: Router["stack"]) { | ||
const mtd = method.toLowerCase(); | ||
@@ -99,0 +99,0 @@ |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
7327
8
1
81