// import {expect, test} from '@oclif/test' // describe('leader:create-bucket', () => { // test // .stdout() // .command(['leader:create-bucket', '--dev']) // .it('runs hello', ctx => { // expect(ctx.stdout).to.contain('hello world') // }) // // test // // .stdout() // // .command(['wg:leader:create-bucket', '--name', 'jeff']) // // .it('runs hello --name jeff', ctx => { // // expect(ctx.stdout).to.contain('hello jeff') // // }) // })