import 'jest-preset-angular/setup-jest'; import 'jest-marbles'; class BroadcastChannelMock { postMessage() {} } Object.defineProperty(window, 'BroadcastChannel', { value: BroadcastChannelMock });