StaleBuildErrorConstructorParams
Parameters for the StaleBuildError constructor.
Import:
import type { StaleBuildErrorConstructorParams } from 'obsidian-integration-testing';Signature:
export interface StaleBuildErrorConstructorParamsProperties
| Property | Type | Description |
|---|---|---|
| buildModifiedAtInMilliseconds | number | When main.js in the chosen dist folder was last written, in epoch milliseconds. |
| distPath | string | Absolute path to the dist folder the run was about to install from. |
| sourceModifiedAtInMilliseconds | number | When the newest source was last written, in epoch milliseconds. |
| sourcePath | string | Path to the newest source found, relative to the project root. |