mocha-sinon
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -39,3 +39,3 @@ (function(){ | ||
plugin(window.sinon); | ||
} else if (typeof require === "function" && typeof window === 'undefined') { | ||
} else if (typeof require === "function") { | ||
var sinon = require('sinon'); | ||
@@ -49,3 +49,3 @@ | ||
} else { | ||
throw "This module loading schema is unsupported. Pull requests are welcome!"; | ||
throw "We could not find sinon through a supported module loading technique. Pull requests are welcome!"; | ||
} | ||
@@ -55,2 +55,1 @@ })(mochaSinon); | ||
})(); | ||
{ | ||
"name": "mocha-sinon", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "mocha", |
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
9292
11
137