Skip to content

Commit

Permalink
Angular: Fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 20, 2025
1 parent b501536 commit ece4432
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
});

Expand Down

0 comments on commit ece4432

Please sign in to comment.