pactum-swagger-coverage
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "pactum-swagger-coverage", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Swagger api coverage report for pactum tests", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -93,3 +93,3 @@ const http = require('../helpers/http'); | ||
} | ||
return config.basePath || apiDefinition.basePath; | ||
return config.basePath !== undefined ? config.basePath : apiDefinition.basePath; | ||
} | ||
@@ -96,0 +96,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
10409