Fix angular types in test

This commit is contained in:
Kasper Peulen 2024-06-28 15:14:51 +02:00
parent fa74a4f9d6
commit 5bb7da9bef

View File

@ -26,6 +26,8 @@ const defaultContext: Addon_StoryContext<AngularRenderer> = {
canvasElement: undefined,
step: undefined,
context: undefined,
canvas: undefined,
mount: undefined,
};
defaultContext.context = defaultContext;