Skip to content

Commit

Permalink
tools: bridgeUtils.runInbound helper
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Sep 24, 2024
1 parent c0c733c commit 4e70697
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/boot/tools/supports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,9 @@ export const makeSwingsetTestKit = async (
console.log('🧻');
return i;
},
async runInbound(bridgeId: BridgeIdValue, msg: unknown) {
await runUtils.queueAndRun(() => inbound(bridgeId, msg), true);
},
};

return {
Expand Down

0 comments on commit 4e70697

Please sign in to comment.