update tests

This commit is contained in:
Timo K
2026-05-11 18:18:40 +02:00
parent ff3b4c6ff4
commit 102542c1b0
2 changed files with 9 additions and 19 deletions

View File

@@ -61,7 +61,7 @@ export interface WidgetHelpers {
* is initialized with `initializeWidget`. This should happen at the top level because the widget messaging
* needs to be set up ASAP on load to ensure it doesn't miss any requests.
*/
export let widget: WidgetHelpers | null;
export let widget: WidgetHelpers | null = null;
/**
* Should be called as soon as possible on app start. (In the initilizer before react)