Merge pull request #13341 from andyrichardson/patch-1

Storyshots: Fix missing `done` attribute on type definition
This commit is contained in:
Michael Shilman 2020-12-03 13:48:54 +08:00 committed by GitHub
commit 3c7ffe0dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ export interface TestMethodOptions {
stories2snapsConverter: Stories2SnapsConverter;
snapshotFileName: string;
options: any;
done?: () => void;
}
export interface StoryshotsTestMethod {