Variable UnimockConst

Unimock: {
    configure: ((config) => void);
    flush: (() => void);
} = ...

Type declaration

  • configure: ((config) => void)
      • (config): void
      • Parameters

        • config: {
              snapshotDir?: string;
          }
          • Optional snapshotDir?: string

        Returns void

  • flush: (() => void)
      • (): void
      • Returns void

Description

Global helpers for snapshot persistence.