@skills17/test-result
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -79,4 +79,5 @@ import Override from './Override'; | ||
getTests(): Test[]; | ||
getPattern(): string; | ||
requiresManualCheck(): boolean; | ||
toJSON(): Record<string, unknown>; | ||
} |
@@ -192,2 +192,6 @@ "use strict"; | ||
getPattern() { | ||
return this.match; | ||
} | ||
requiresManualCheck() { | ||
@@ -194,0 +198,0 @@ return !!this.getTests().find(test => test.requiresManualCheck()); |
{ | ||
"name": "@skills17/test-result", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Commonly generates and prints test results.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
21987
522