Docs (4.0.0)
Tests

type TestState

Type definition for possible test states.

type TestState = "wait" | "run" | "fail" | "todo" | "skip" | "pass"