express-openapi-defaults
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "express-openapi-defaults", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Express middelware to set openapi parameter defaults in request properties.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -9,3 +9,3 @@ var express = require('express'); | ||
describe('express-openapi-validation', function() { | ||
describe(require('../package.json').name, function() { | ||
glob.sync('*.js', {cwd: baseDir}).forEach(function(fixture) { | ||
@@ -12,0 +12,0 @@ var testName = path.basename(fixture, '.js').replace(/-/g, ' '); |
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
11345