mocha-retry
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -42,2 +42,5 @@ // Generated by CoffeeScript 1.7.1 | ||
} | ||
if ((context.DEFAULT_RETRY != null) && (times == null)) { | ||
times = context.DEFAULT_RETRY; | ||
} | ||
asuite = Suite.create(suites[0], title); | ||
@@ -44,0 +47,0 @@ asuite.times = times; |
{ | ||
"name": "mocha-retry", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "a way to retry tests", | ||
@@ -5,0 +5,0 @@ "main": "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
31778
442