Skip to content

ObsidianVersionMatrixEntry

One distinct Obsidian version the suites will run against.

Import:

import type { ObsidianVersionMatrixEntry } from 'obsidian-integration-testing';

Signature:

export interface ObsidianVersionMatrixEntry

Properties

PropertyTypeDescription
specsreadonly string[]Every requested specifier that resolved to version, in requested order. More than one means the specifiers coincided and were collapsed.
versionstringThe concrete x.y.z version.

Links to this page: