Skip to content

Commit

Permalink
Merge pull request #13341 from andyrichardson/patch-1
Browse files Browse the repository at this point in the history
Storyshots: Fix missing `done` attribute on type definition
  • Loading branch information
shilman committed Dec 3, 2020
1 parent b8aa525 commit fa7dc46
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -11,6 +11,7 @@ export interface TestMethodOptions {
stories2snapsConverter: Stories2SnapsConverter;
snapshotFileName: string;
options: any;
done?: () => void;
}

export interface StoryshotsTestMethod {
Expand Down

0 comments on commit fa7dc46

Please sign in to comment.