Skip to content

Commit

Permalink
fixup: add snapshotfilename and options to test-method type
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Sep 5, 2020
1 parent cc6cd4b commit 23f3360
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -9,6 +9,8 @@ export interface TestMethodOptions {
renderTree: RenderTree;
renderShallowTree: RenderTree;
stories2SnapsConverter: Stories2SnapsConverter;
snapshotFileName: string;
options: { renderer?: any; serializer?: any } | Function;
}

export interface StoryshotsTestMethod {
Expand Down

0 comments on commit 23f3360

Please sign in to comment.