|
5 | 5 | * Make sure to inspect the output below. Do not ignore changes! |
6 | 6 | */ |
7 | 7 | 'use strict' |
8 | | -exports[`test/lib/commands/install.js TAP devEngines should not utilize devEngines if global install > must match snapshot 1`] = ` |
9 | | -silly config load:file:{CWD}/npmrc |
10 | | -silly config load:file:{CWD}/home/.npmrc |
11 | | -silly config load:file:{CWD}/global/etc/npmrc |
12 | | -verbose title npm |
13 | | -verbose argv "--fetch-retries" "0" "--cache" "{CWD}/cache" "--loglevel" "silly" "--color" "false" "--global" "true" |
14 | | -verbose logfile logs-max:10 dir:{CWD}/cache/_logs/{DATE}- |
15 | | -verbose logfile {CWD}/cache/_logs/{DATE}-debug-0.log |
16 | | -silly logfile done cleaning log files |
17 | | -silly packumentCache heap:{heap} maxSize:{maxSize} maxEntrySize:{maxEntrySize} |
18 | | -silly idealTree buildDeps |
19 | | -silly placeDep ROOT alpha@ OK for: want: file:../../prefix |
20 | | -silly reify moves {} |
21 | | -silly ADD node_modules/alpha |
22 | | -
|
23 | | -added 1 package in {TIME} |
24 | | -` |
25 | | - |
26 | 8 | exports[`test/lib/commands/install.js TAP devEngines should not utilize engines in root if devEngines is provided > must match snapshot 1`] = ` |
27 | 9 | silly config load:file:{CWD}/npmrc |
28 | 10 | silly config load:file:{CWD}/prefix/.npmrc |
@@ -99,6 +81,24 @@ added 1 package, and audited 3 packages in {TIME} |
99 | 81 | found 0 vulnerabilities |
100 | 82 | ` |
101 | 83 |
|
| 84 | +exports[`test/lib/commands/install.js TAP devEngines should show devEngines has no effect on global package install > must match snapshot 1`] = ` |
| 85 | +silly config load:file:{CWD}/npmrc |
| 86 | +silly config load:file:{CWD}/home/.npmrc |
| 87 | +silly config load:file:{CWD}/global/etc/npmrc |
| 88 | +verbose title npm |
| 89 | +verbose argv "--fetch-retries" "0" "--cache" "{CWD}/cache" "--loglevel" "silly" "--color" "false" "--global" "true" |
| 90 | +verbose logfile logs-max:10 dir:{CWD}/cache/_logs/{DATE}- |
| 91 | +verbose logfile {CWD}/cache/_logs/{DATE}-debug-0.log |
| 92 | +silly logfile done cleaning log files |
| 93 | +silly packumentCache heap:{heap} maxSize:{maxSize} maxEntrySize:{maxEntrySize} |
| 94 | +silly idealTree buildDeps |
| 95 | +silly placeDep ROOT alpha@ OK for: want: file:../../prefix |
| 96 | +silly reify moves {} |
| 97 | +silly ADD node_modules/alpha |
| 98 | +
|
| 99 | +added 1 package in {TIME} |
| 100 | +` |
| 101 | + |
102 | 102 | exports[`test/lib/commands/install.js TAP devEngines should show devEngines has no effect on package install > must match snapshot 1`] = ` |
103 | 103 | silly config load:file:{CWD}/npmrc |
104 | 104 | silly config load:file:{CWD}/prefix/.npmrc |
|
0 commit comments