Type alias TestsImport<Value>

TestsImport<Value>: Promise<ReadOnlyRecord<Test<Value> | Tests<Value>>>

Promise import of a file containing Test or Tests.

Type Parameters

  • Value = unknown