stub-promise-function
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -8,6 +8,2 @@ 'use strict'; | ||
// var func = function() { | ||
// return deferred.promise; | ||
// }; | ||
var func = sinon.stub().returns(deferred.promise); | ||
@@ -14,0 +10,0 @@ |
{ | ||
"name": "stub-promise-function", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A test utility that lets you stub and control promises for testing purposes", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/jonbern/stub-promise-function.git", |
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
8898
130