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

unpublish.js.test.cjs « lib « test « tap-snapshots - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5936bec6c759fe0615c9e1e2e5fad2d1c644b60b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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/unpublish.js TAP workspaces all workspaces --force > should output all workspaces 1`] = `
- workspace-a- workspace-b- workspace-n
`

exports[`test/lib/unpublish.js TAP workspaces one workspace --force > should output one workspaces 1`] = `
- workspace-a
`