diff --git a/code/frameworks/angular/src/client/angular-beta/RendererFactory.test.ts b/code/frameworks/angular/src/client/angular-beta/RendererFactory.test.ts index 235d577de152..f5550730b3e4 100644 --- a/code/frameworks/angular/src/client/angular-beta/RendererFactory.test.ts +++ b/code/frameworks/angular/src/client/angular-beta/RendererFactory.test.ts @@ -26,6 +26,7 @@ describe('RendererFactory', () => { rootDocstargetDOMNode = global.document.getElementById('root-docs'); (platformBrowserDynamic as any).mockImplementation(platformBrowserDynamicTesting); vi.spyOn(console, 'log').mockImplementation(() => {}); + // @ts-expect-error Ignore globalThis.STORYBOOK_ANGULAR_OPTIONS = { experimentalZoneless: false }; });