mochiya98 / mocha-chai-jest-snapshot

provides snapshot testing like jest
MIT License
28 stars 5 forks source link

Fix #15 - Cannot find name 'SnapshotStateOptions' #19

Closed Maxim-Mazurok closed 2 months ago

Maxim-Mazurok commented 1 year ago

Instead of using import { SnapshotStateOptions } from "jest-snapshot/build/State"; I'm using type SnapshotStateOptions = ConstructorParameters<typeof SnapshotState>[1];

tpluscode commented 1 year ago

Any chance to get this merged @mochiya98?

mochiya98 commented 2 months ago

👍