MCPcopy
hub / github.com/stackblitz/alien-signals / trigger.spec.ts

File trigger.spec.ts

tests/trigger.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { expect, test } from 'vitest';
2import { computed, effect, trigger, signal } from '../src';
3
4test('should not throw when triggering with no dependencies', () => {

Callers

nothing calls this directly

Calls 4

triggerFunction · 0.90
signalFunction · 0.90
computedFunction · 0.90
effectFunction · 0.90

Tested by

no test coverage detected