StabilityTckOptions
@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โ
readonlyentryPoints: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โ
readonlyname: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.