Home > tupelo-wasm-sdk > Community > freshLocalTestCommunity
freshLocalTestCommunity returns a new community that points at a locally running (usually through Docker) Tupelo, using default configs.
Signature:
function freshLocalTestCommunity(repo?: Repo): Promise<Community>;
Parameter | Type | Description |
---|---|---|
repo | Repo |
(optional) - a Repo object (wrapper around an IPFS repo). |
Returns:
Promise<Community>