Closed Maxim-Mazurok closed 2 months ago
Instead of using import { SnapshotStateOptions } from "jest-snapshot/build/State"; I'm using type SnapshotStateOptions = ConstructorParameters<typeof SnapshotState>[1];
import { SnapshotStateOptions } from "jest-snapshot/build/State";
type SnapshotStateOptions = ConstructorParameters<typeof SnapshotState>[1];
Any chance to get this merged @mochiya98?
👍
Instead of using
import { SnapshotStateOptions } from "jest-snapshot/build/State";
I'm usingtype SnapshotStateOptions = ConstructorParameters<typeof SnapshotState>[1];