1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-08 00:02:15 +08:00

5 lines
131 B
TypeScript

// eslint-disable-next-line import/no-extraneous-dependencies
import 'jest-preset-angular';
global.EventSource = class {} as any;