Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

Maxim-Mazurok
Copy link
Contributor

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

@tpluscode
Copy link
Contributor

Any chance to get this merged @mochiya98?

@mochiya98
Copy link
Owner

👍

@mochiya98 mochiya98 merged commit 4365001 into mochiya98:master Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants