UNPKG

@ethaks/fvtt-quench

Version:

Types for a Foundry VTT module enabling tests using Mocha and Chai

13 lines (12 loc) 287 B
/** * An error thrown when a test's snapshot cannot be read from the cache, * presumably because loading the file failed. * * @internal */ export declare class MissingSnapshotError extends Error { constructor(context: { batchKey: string; hash: string; }); }