1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-03 05:04:51 +08:00
Norbert de Langen c2bbe43d02
stage0
2022-07-21 11:24:07 +02: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;