Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ngrx/platform
/ effect_creator.spec.ts
File
effect_creator.spec.ts
modules/effects/spec/effect_creator.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ forkJoin, of, firstValueFrom } from
'rxjs'
;
2
import
{ createEffect, getCreateEffectMetadata } from
'../src/effect_creator'
;
3
4
describe(
'createEffect()'
, () => {
Callers
nothing calls this directly
Calls
2
createEffect
Function · 0.90
getCreateEffectMetadata
Function · 0.90
Tested by
no test coverage detected