refactor(channels): finish turn kernel migration

This commit is contained in:
Peter Steinberger
2026-04-30 01:30:49 +01:00
parent 442e14e359
commit 1ead1b2d18
18 changed files with 802 additions and 531 deletions

View File

@@ -230,7 +230,6 @@ export function createMatrixHandlerTestHarness(
},
turn: {
runPrepared,
dispatchAssembled: vi.fn(),
},
reactions: {
shouldAckReaction: options.shouldAckReaction ?? (() => false),