dry-underscore
Advanced tools
Comparing version 0.8.5 to 0.8.6
@@ -14,3 +14,3 @@ | ||
self.functions[key] = _.extend({ | ||
called: false | ||
actual_call: false | ||
}, val); | ||
@@ -17,0 +17,0 @@ }); |
{ | ||
"name": "dry-underscore", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "formidable": { |
{ | ||
"name": "dry-underscore", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "description": "The DRY Undescore Library", |
@@ -31,4 +31,6 @@ "use strict"; | ||
_.test.throws(_.bind(no_call_bad.check, no_call_bad)); | ||
no_call_bad.check(); | ||
_.test.throws(_.bind(no_call_bad.foo, no_call_bad)); | ||
var call_bad = _.mock({ | ||
@@ -35,0 +37,0 @@ foo: { expected_call: true } |
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
1584646
14484