From 5bb7da9bef3d2a1513d73341cd44989d1aa5feb9 Mon Sep 17 00:00:00 2001 From: Kasper Peulen Date: Fri, 28 Jun 2024 15:14:51 +0200 Subject: [PATCH] Fix angular types in test --- code/frameworks/angular/src/client/decorators.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/frameworks/angular/src/client/decorators.test.ts b/code/frameworks/angular/src/client/decorators.test.ts index f31678fbd0c..e07f21fe4de 100644 --- a/code/frameworks/angular/src/client/decorators.test.ts +++ b/code/frameworks/angular/src/client/decorators.test.ts @@ -26,6 +26,8 @@ const defaultContext: Addon_StoryContext = { canvasElement: undefined, step: undefined, context: undefined, + canvas: undefined, + mount: undefined, }; defaultContext.context = defaultContext;