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
2 parents bf61334 + 76c9b9c commit 3c7ffe0
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 3c7ffe0

Please sign in to comment.