Skip to content

Commit

Permalink
Modified type for describeScenario (#10468)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Choudhury <dannychoudhury@gmail.com>
  • Loading branch information
cjreimer and dac09 authored Apr 21, 2024
1 parent 051bfd4 commit 9e4475a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testing/src/api/scenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ interface TestFunctionWithScenario<TData> {
}

interface DescribeBlockWithGetScenario<TData> {
(getScenario?: () => TData): void
(getScenario: () => TData): void
}

export interface Scenario {
Expand Down

0 comments on commit 9e4475a

Please sign in to comment.