CTRF / isTestStatus
isTestStatus(
value): value is "skipped" | "failed" | "other" | "pending" | "passed"
Defined in: validate.ts:177
unknown
Value to check
value is "skipped" | "failed" | "other" | "pending" | "passed"
true if the value is a valid TestStatus