Skip to content

Commit

Permalink
fixup! feat(cosmic-swingset): Expose a controller and associated help…
Browse files Browse the repository at this point in the history
…ers from test-kit.js
  • Loading branch information
gibson042 committed Feb 14, 2025
1 parent 090a6c7 commit c800d1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/cosmic-swingset/src/chain-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,10 @@ export const makeQueueStorage = (call, queuePath) => {
* swingStore?: import('@agoric/swing-store').SwingStore,
* vatconfig?: Parameters<typeof launch>[0]['vatconfig'],
* withInternals?: boolean,
* }} [options.testingOverrides]
* }} [options.testingOverrides] Exposed only for testing purposes.
* `debugName`/`slogSender`/`swingStore`/`vatConfig` are pure overrides, while
* `withInternals` expands the return value to expose internal objects
* `controller`/`bridgeInbound`/`timer`.
*/
export const makeLaunchChain = (
agcc,
Expand Down

0 comments on commit c800d1c

Please sign in to comment.