Skip to content

Commit

Permalink
Fix missing done attribute on type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Nov 30, 2020
1 parent c969e6f commit 76c9b9c
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 76c9b9c

Please sign in to comment.