Welcome to mirror list, hosted at ThFree Co, Russian Federation.

owner.js.test.cjs « lib « test « tap-snapshots - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d92b0ae5ed6f401ebcd9685785e31f2cd39568f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* 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/owner.js TAP owner ls <pkg> > should output owners of <pkg> 1`] = `
nlf <quitlahok@gmail.com>
ruyadorno <ruyadorno@hotmail.com>
darcyclarke <darcy@darcyclarke.me>
isaacs <i@izs.me>
`

exports[`test/lib/owner.js TAP owner ls no args > should output owners of cwd package 1`] = `
nlf <quitlahok@gmail.com>
ruyadorno <ruyadorno@hotmail.com>
darcyclarke <darcy@darcyclarke.me>
isaacs <i@izs.me>
`