MCPcopy Create free account
hub / github.com/ngrx/platform / source

Function source

modules/effects/spec/effect_creator.spec.ts:70–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68
69 it('should be possible to create a functional effect', () => {
70 const source = () => of({ type: 'a' });
71 const effect = createEffect(source, { functional: true });
72
73 expect(effect).toBe(source);

Callers 2

createEffectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected