Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 465 Bytes

File metadata and controls

25 lines (13 loc) · 465 Bytes

CTRF


CTRF / isTestStatus

Function: isTestStatus()

isTestStatus(value): value is "skipped" | "failed" | "other" | "pending" | "passed"

Defined in: validate.ts:177

Parameters

value

unknown

Value to check

Returns

value is "skipped" | "failed" | "other" | "pending" | "passed"

true if the value is a valid TestStatus