Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ expect, test } from
'vitest'
;
2
import
{ computed, effect, trigger, signal } from
'../src'
;
3
4
test(
'should not throw when triggering with no dependencies'
, () => {
Callers
nothing calls this directly
Calls
4
trigger
Function · 0.90
signal
Function · 0.90
computed
Function · 0.90
effect
Function · 0.90
Tested by
no test coverage detected