hapi-helpers
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "hapi-helpers", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Define hapi.js routes with less code", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -26,3 +26,3 @@ var assert = require('chai').assert, | ||
}); | ||
it('should work with list of methods as array with punctuation', function () { | ||
it('should not work with list of methods as array with punctuation', function () { | ||
assert.throws(function () { | ||
@@ -29,0 +29,0 @@ hh.route([' get ,', ' post '], '/', 'h'); |
Sorry, the diff of this file is not supported yet
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
16207