Sha256: e3225dc0bec183183509d290f641786245e6652bc3dce755f7ef404060693c35
Contents?: true
Size: 734 Bytes
Versions: 26
Compression:
Stored size: 734 Bytes
Contents
import { S as SnapshotEnvironment, a as SnapshotEnvironmentOptions } from './environment-Ddx0EDtY.js'; declare class NodeSnapshotEnvironment implements SnapshotEnvironment { private options; constructor(options?: SnapshotEnvironmentOptions); getVersion(): string; getHeader(): string; resolveRawPath(testPath: string, rawPath: string): Promise<string>; resolvePath(filepath: string): Promise<string>; prepareDirectory(dirPath: string): Promise<void>; saveSnapshotFile(filepath: string, snapshot: string): Promise<void>; readSnapshotFile(filepath: string): Promise<string | null>; removeSnapshotFile(filepath: string): Promise<void>; } export { NodeSnapshotEnvironment, SnapshotEnvironment };
Version data entries
26 entries across 26 versions & 1 rubygems