import { map } from "rxjs"; export class HotToastService { observe = jest.fn().mockImplementation(() => map(x => x)) };