UNPKG

mocha-chai-jest-snapshot

Version:
5 lines (4 loc) 264 B
import { SnapshotStateOptions } from "jest-snapshot/build/State"; import { Config } from "@jest/types"; export declare const snapshotOptions: SnapshotStateOptions; export declare function readJestConfig(rootDir: string): Partial<Config.ProjectConfig> | undefined;