@replayio/test-utils
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
{ | ||
"name": "@replayio/test-utils", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "Utilities for recording tests with replay.io", | ||
@@ -35,3 +35,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "bc55c6a413e1c92a9d1953c35346db9d0a9d8f11", | ||
"gitHead": "217b0fd6dd283df93809463299a7d2d616999051", | ||
"devDependencies": { | ||
@@ -38,0 +38,0 @@ "@types/debug": "^4.1.7" |
@@ -26,8 +26,8 @@ "use strict"; | ||
} | ||
else if (passed > 0) { | ||
return "passed"; | ||
} | ||
else if (skipped > 0) { | ||
return "skipped"; | ||
} | ||
else if (passed > 0) { | ||
return "passed"; | ||
} | ||
else { | ||
@@ -34,0 +34,0 @@ return "unknown"; |
Sorry, the diff of this file is not supported yet
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