Skip to content

Commit

Permalink
Merge pull request #30311 from storybookjs/valentin/angular-fix-typings
Browse files Browse the repository at this point in the history
Angular: Fix typings
  • Loading branch information
valentinpalkovic authored Jan 20, 2025
2 parents b501536 + ece4432 commit f3c87f1
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 f3c87f1

Please sign in to comment.