astra integration module

This commit is contained in:
Boof2015
2026-03-29 18:55:36 -04:00
parent 6cd30cac39
commit 6f73802252
30 changed files with 2314 additions and 39 deletions
+6
View File
@@ -202,3 +202,9 @@ test('publishes aggregated visualizer demand changes for downstream transports',
waveform: false,
})
})
test('audio diagnostics stay scoped to audio-only visualizers', () => {
const router = new AudioRouter()
assert.equal('astra' in router.getDiagnosticsSnapshot().scopes, false)
})