diff --git a/addons/storyshots/storyshots-core/src/api/StoryshotsOptions.ts b/addons/storyshots/storyshots-core/src/api/StoryshotsOptions.ts index 4ca32035cfe1..7d8ce0d06672 100644 --- a/addons/storyshots/storyshots-core/src/api/StoryshotsOptions.ts +++ b/addons/storyshots/storyshots-core/src/api/StoryshotsOptions.ts @@ -9,6 +9,8 @@ export interface TestMethodOptions { renderTree: RenderTree; renderShallowTree: RenderTree; stories2SnapsConverter: Stories2SnapsConverter; + snapshotFileName: string; + options: { renderer?: any; serializer?: any } | Function; } export interface StoryshotsTestMethod {