mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:01:07 +08:00
Merge pull request #13341 from andyrichardson/patch-1
Storyshots: Fix missing `done` attribute on type definition
This commit is contained in:
commit
3c7ffe0dbc
@ -11,6 +11,7 @@ export interface TestMethodOptions {
|
||||
stories2snapsConverter: Stories2SnapsConverter;
|
||||
snapshotFileName: string;
|
||||
options: any;
|
||||
done?: () => void;
|
||||
}
|
||||
|
||||
export interface StoryshotsTestMethod {
|
||||
|
Loading…
x
Reference in New Issue
Block a user