Type alias TestTuple<Value>

TestTuple<Value>: readonly [path: ReadOnlyURL, test: Test<Value>]

Tuple used to describe a test result and its path.

See

Type Parameters

  • Value = unknown