mocha-steps
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
global.step = function(msg, fn) { | ||
module.exports.step = global.step = function(msg, fn) { | ||
@@ -85,4 +85,4 @@ function markRemainingTestsAndSubSuitesAsPending(currentTest) { | ||
global.xstep = function(msg, fn) { | ||
module.exports.xstep = global.xstep = function(msg, fn) { | ||
it(msg, null); | ||
}; |
{ | ||
"name": "mocha-steps", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Sequential scenarios for Mocha", | ||
@@ -5,0 +5,0 @@ "author": "Romain Prieto", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4155
3
0
71