split out createSpace to it's own helper function so tests can opt in to loginAndCreateSpace when they want the do it all in one convinence.
logging in repeatedly isn't what we are typically testing. Calling the login helper repeatedly fails currently. I'll add a test and fix for that issue in a separate PR.
landing https://github.com/web3-storage/w3up/pull/1149 in w3cli
split out createSpace to it's own helper function so tests can opt in to loginAndCreateSpace when they want the do it all in one convinence.
logging in repeatedly isn't what we are typically testing. Calling the login helper repeatedly fails currently. I'll add a test and fix for that issue in a separate PR.
License: MIT