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

5 lines
142 B
TypeScript

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