Type alias QuenchBatchKey

QuenchBatchKey: `${string}.${string}`

The key by which a test batch is identified. The key should consist of the registering package's id from its manifest, followed by a ., and then the batch's individual identifier.

Generated using TypeDoc