ObsidianVersionMatrixEntry
One distinct Obsidian version the suites will run against.
Import:
import type { ObsidianVersionMatrixEntry } from 'obsidian-integration-testing';Signature:
export interface ObsidianVersionMatrixEntryProperties
| Property | Type | Description |
|---|---|---|
| specs | readonly string[] | Every requested specifier that resolved to version, in requested order. More than one means the specifiers coincided and were collapsed. |
| version | string | The concrete x.y.z version. |
Links to this page: