Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 538 Bytes

tryorama.scenario.shareallagents.md

File metadata and controls

17 lines (10 loc) · 538 Bytes

Home > @holochain/tryorama > Scenario > shareAllAgents

Scenario.shareAllAgents() method

Register all agents of all passed in conductors to each other. This skips peer discovery through gossip and thus accelerates test runs.

Signature:

shareAllAgents(): Promise<void>;

Returns:

Promise<void>