From fa7dc46e47eaff7c558cb9f893207ad305b731bb Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Thu, 3 Dec 2020 13:48:54 +0800 Subject: [PATCH] Merge pull request #13341 from andyrichardson/patch-1 Storyshots: Fix missing `done` attribute on type definition --- addons/storyshots/storyshots-core/src/api/StoryshotsOptions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/storyshots/storyshots-core/src/api/StoryshotsOptions.ts b/addons/storyshots/storyshots-core/src/api/StoryshotsOptions.ts index ee35d4443641..dc5d542feb79 100644 --- a/addons/storyshots/storyshots-core/src/api/StoryshotsOptions.ts +++ b/addons/storyshots/storyshots-core/src/api/StoryshotsOptions.ts @@ -11,6 +11,7 @@ export interface TestMethodOptions { stories2snapsConverter: Stories2SnapsConverter; snapshotFileName: string; options: any; + done?: () => void; } export interface StoryshotsTestMethod {