Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stackblitz/alien-signals
/ effect.spec.ts
File
effect.spec.ts
tests/effect.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expect, test } from
'vitest'
;
2
import
{ computed, effect, getActiveSub, signal } from
'../src'
;
3
import
{ ReactiveFlags } from
'../src/system'
;
4
Callers
nothing calls this directly
Calls
4
signal
Function · 0.90
effect
Function · 0.90
getActiveSub
Function · 0.90
computed
Function · 0.90
Tested by
no test coverage detected