Skip to content

StaleBuildErrorConstructorParams

Parameters for the StaleBuildError constructor.

Import:

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

Signature:

export interface StaleBuildErrorConstructorParams

Properties

PropertyTypeDescription
buildModifiedAtInMillisecondsnumberWhen main.js in the chosen dist folder was last written, in epoch milliseconds.
distPathstringAbsolute path to the dist folder the run was about to install from.
sourceModifiedAtInMillisecondsnumberWhen the newest source was last written, in epoch milliseconds.
sourcePathstringPath to the newest source found, relative to the project root.