given-when-then
Advanced tools
Comparing version 1.3.3-alpha to 1.3.4-alpha
@@ -509,7 +509,9 @@ // Generated by CoffeeScript 1.9.2 | ||
chains = chains.concat([ | ||
{ | ||
thenFn: function() { | ||
return typeof spec.done === "function" ? spec.done() : void 0; | ||
[ | ||
{ | ||
thenFn: function() { | ||
return typeof spec.done === "function" ? spec.done() : void 0; | ||
} | ||
} | ||
} | ||
] | ||
]); | ||
@@ -516,0 +518,0 @@ } |
{ | ||
"name": "given-when-then", | ||
"version": "1.3.3-alpha", | ||
"version": "1.3.4-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
42904
939