/* IMPORTANT * This snapshot file is auto-generated, but designed for humans. * It should be checked into source control and tracked carefully. * Re-generate by setting TAP_SNAPSHOT=1 and running tests. * Make sure to inspect the output below. Do not ignore changes! */ 'use strict' exports[`test/lib/team.js TAP team add --parseable > should output success result for parseable add user 1`] = ` foo npmcli:developers added ` exports[`test/lib/team.js TAP team add default output > should output success result for add user 1`] = ` foo added to @npmcli:developers ` exports[`test/lib/team.js TAP team create --parseable > should output parseable success result for create team 1`] = ` npmcli:newteam created ` exports[`test/lib/team.js TAP team create default output > should output success result for create team 1`] = ` +@npmcli:newteam ` exports[`test/lib/team.js TAP team destroy --parseable > should output parseable result for destroy team 1`] = ` npmcli:newteam deleted ` exports[`test/lib/team.js TAP team destroy default output > should output success result for destroy team 1`] = ` -@npmcli:newteam ` exports[`test/lib/team.js TAP team ls --parseable > should list users for a parseable scope:team 1`] = ` darcyclarke isaacs nlf ruyadorno ` exports[`test/lib/team.js TAP team ls default output > should list users for a given scope:team 1`] = ` @npmcli:developers has 4 users: darcyclarke isaacs nlf ruyadorno ` exports[`test/lib/team.js TAP team ls no users > should list no users for a given scope 1`] = ` @npmcli:developers has 0 users ` exports[`test/lib/team.js TAP team ls single user > should list single user for a given scope 1`] = ` @npmcli:developers has 1 user: foo ` exports[`test/lib/team.js TAP team ls --parseable > should list teams for a parseable scope 1`] = ` npmcli:designers npmcli:developers npmcli:product ` exports[`test/lib/team.js TAP team ls default output > should list teams for a given scope 1`] = ` @npmcli has 3 teams: @npmcli:designers @npmcli:developers @npmcli:product ` exports[`test/lib/team.js TAP team ls no teams > should list no teams for a given scope 1`] = ` @npmcli has 0 teams ` exports[`test/lib/team.js TAP team ls single team > should list single team for a given scope 1`] = ` @npmcli has 1 team: @npmcli:developers ` exports[`test/lib/team.js TAP team rm --parseable > should output parseable result for remove user 1`] = ` foo npmcli:newteam removed ` exports[`test/lib/team.js TAP team rm default output > should output success result for remove user 1`] = ` foo removed from @npmcli:newteam `