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