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

exit-handler.js.test.cjs « utils « lib « test « tap-snapshots - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb383c104a674496b4a21a73f5f18491d2195f3e (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/utils/exit-handler.js TAP handles unknown error > should have expected log contents for unknown error 1`] = `
24 verbose stack Error: ERROR
25 verbose cwd {CWD}
26 verbose Foo 1.0.0
27 verbose argv "/node" "{CWD}/test/lib/utils/exit-handler.js"
28 verbose node v1.0.0
29 verbose npm  v1.0.0
30 error code ERROR
31 error ERR ERROR
32 error ERR ERROR
33 verbose exit 1

`