Skip to main content
Version: Current

StabilityTckOptions

@rotorsoft/act-root


@rotorsoft/act-root / act-tck/src / StabilityTckOptions

Type Alias: StabilityTckOptions

StabilityTckOptions = object

Defined in: libs/act-tck/src/stability-tck.ts:17

Options for runStabilityTck.

Propertiesโ€‹

entryPointsโ€‹

readonly entryPoints: Readonly<Record<string, string>>

Defined in: libs/act-tck/src/stability-tck.ts:19

Map of subpath โ†’ entry source file. The TCK reads each entry, follows its relative re-exports recursively, and snapshots the resulting surface text. Empty-string subpaths label the root entry; everything else is rendered with its key (e.g. "/receiver").


nameโ€‹

readonly name: string

Defined in: libs/act-tck/src/stability-tck.ts:18

Display name for the snapshot suite (e.g., the package name). Used as the describe block label so failing snapshots are attributable at a glance.