Comparing version 0.0.13 to 0.0.14
@@ -62,8 +62,4 @@ 'use strict'; | ||
{ | ||
if (!result) | ||
if (result && result.failure) | ||
{ | ||
return fail('Empty result'); | ||
} | ||
if (result.failure) | ||
{ | ||
return fail(result); | ||
@@ -70,0 +66,0 @@ } |
{ | ||
"name": "testing", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Simple testing framework.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/alexfernandez/testing", |
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
23662
721