cucumber-snippets-coffee-promise
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,5 +7,5 @@ // Generated by CoffeeScript 1.10.0 | ||
usedParameters = parameters.slice(0, parameters.length - 1); | ||
return "@" + functionName + " " + pattern + ", (" + (usedParameters.join(', ')) + ") ->\n Promise.reject(new Error('Not implemented'))\n"; | ||
return "@" + functionName + " " + pattern + ", (" + (usedParameters.join(', ')) + ") ->\n throw 'Pending'\n"; | ||
} | ||
}; | ||
}; |
{ | ||
"name": "cucumber-snippets-coffee-promise", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Cucumber snippets for coffee-script generating promise based functions", | ||
@@ -5,0 +5,0 @@ "main": "dist/snippet.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
831