add missing storyGlobals to test object

This commit is contained in:
Norbert de Langen 2024-07-16 16:53:46 +02:00
parent 73cb16b130
commit cc72801b9b

View File

@ -18,6 +18,7 @@ const defaultContext: Addon_StoryContext<AngularRenderer> = {
args: {},
argTypes: {},
globals: {},
storyGlobals: {},
hooks: {},
loaded: {},
originalStoryFn: vi.fn(),