Skip to content

DEFAULT_OBSIDIAN_VERSION_SPECS

The version specifiers a matrix run defaults to: both ends of the supported range (G99). They are de-duplicated on their resolved versions, so when public has caught up to catalyst this yields a single run.

Import:

import { DEFAULT_OBSIDIAN_VERSION_SPECS } from 'obsidian-integration-testing';

Signature:

const DEFAULT_OBSIDIAN_VERSION_SPECS: readonly string[]

Type: readonly string[]