Code
client.createPet(pet, (err, {name, breed, age}) => { if (err) { return t.error(err, \'no error\') } t.equal(pet, {name, breed,