given-when-then
Advanced tools
Comparing version 1.2.0-alpha to 1.3.0-alpha
@@ -602,2 +602,12 @@ // Generated by CoffeeScript 1.9.2 | ||
}, | ||
call: function() { | ||
var args, fn; | ||
fn = arguments[0], args = 2 <= arguments.length ? slice.call(arguments, 1) : []; | ||
return bdd(descriptionBuilder, promiseBuilder.then({ | ||
description: '', | ||
thenFn: function(context) { | ||
return getTap(fn)(context, {}, args); | ||
} | ||
}), options); | ||
}, | ||
tap: function() { | ||
@@ -604,0 +614,0 @@ var args, fn; |
{ | ||
"name": "given-when-then", | ||
"version": "1.2.0-alpha", | ||
"version": "1.3.0-alpha", | ||
"description": "Given, when, then", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
39919
7
792