Skip to content

Commit

Permalink
Merge pull request #19 from Maxim-Mazurok/master
Browse files Browse the repository at this point in the history
Fix #15 - Cannot find name 'SnapshotStateOptions'
  • Loading branch information
mochiya98 authored Aug 23, 2024
2 parents af3fe90 + 69bf91b commit 4365001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/jest-test-result-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import {
makeEmptyAggregatedTestResult,
} from "@jest/test-result";
import { SnapshotState } from "jest-snapshot";
import { SnapshotStateOptions } from "jest-snapshot/build/State";

type SnapshotStateOptions = ConstructorParameters<typeof SnapshotState>[1];

type SnapshotResult = TestResult["snapshot"];

Expand Down

0 comments on commit 4365001

Please sign in to comment.