MCPcopy
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

1import { expect, test } from 'vitest';
2import { effect, effectScope, signal } from '../src';
3
4test('scope dispose runs child effect cleanup', () => {

Callers

nothing calls this directly

Calls 3

effectScopeFunction · 0.90
effectFunction · 0.90
signalFunction · 0.90

Tested by

no test coverage detected