You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tap-snapshots/test/lib/commands/audit.js.test.cjs
+17-7
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ found 0 vulnerabilities
42
42
`
43
43
44
44
exports[`test/lib/commands/audit.js TAP audit signatures ignores optional dependencies > must match snapshot 1`]=`
45
-
verified registry signatures, audited 1 packages in xxx
45
+
verified registry signatures, audited 1 package in 0s
46
46
47
47
`
48
48
@@ -85,12 +85,12 @@ exports[`test/lib/commands/audit.js TAP audit signatures json output with valid
85
85
`
86
86
87
87
exports[`test/lib/commands/audit.js TAP audit signatures omit dev dependencies with missing signature > must match snapshot 1`]=`
88
-
verified registry signatures, audited 1 packages in xxx
88
+
verified registry signatures, audited 1 package in 0s
89
89
90
90
`
91
91
92
92
exports[`test/lib/commands/audit.js TAP audit signatures output details about missing signatures > must match snapshot 1`]=`
93
-
audited 1 packages in xxx
93
+
audited 1 package in 0s
94
94
95
95
1 package has a missing registry signature but the registry is providing signing keys:
96
96
@@ -112,7 +112,7 @@ Someone might have tampered with the package since it was published on the regis
112
112
`
113
113
114
114
exports[`test/lib/commands/audit.js TAP audit signatures with colour option and invalid signatures > must match snapshot 1`]=`
115
-
audited 1 packages in xxx
115
+
audited 1 package in 0s
116
116
117
117
1 package has an [1m[31minvalid[39m[22m registry signature:
118
118
@@ -123,7 +123,7 @@ Someone might have tampered with the package since it was published on the regis
123
123
`
124
124
125
125
exports[`test/lib/commands/audit.js TAP audit signatures with invalid signatures > must match snapshot 1`]=`
126
-
audited 1 packages in xxx
126
+
audited 1 package in 0s
127
127
128
128
1 package has an invalid registry signature:
129
129
@@ -134,7 +134,7 @@ Someone might have tampered with the package since it was published on the regis
134
134
`
135
135
136
136
exports[`test/lib/commands/audit.js TAP audit signatures with keys but missing signature > must match snapshot 1`]=`
137
-
audited 1 packages in xxx
137
+
audited 1 package in 0s
138
138
139
139
1 package has a missing registry signature but the registry is providing signing keys
140
140
run \`npm audit signatures --missing\` for details
@@ -150,7 +150,17 @@ audited 2 packages in xxx
150
150
`
151
151
152
152
exports[`test/lib/commands/audit.js TAP audit signatures with valid signatures > must match snapshot 1`]=`
153
-
verified registry signatures, audited 1 packages in xxx
153
+
verified registry signatures, audited 1 package in 0s
154
+
155
+
`
156
+
157
+
exports[`test/lib/commands/audit.js TAP audit signatures workspaces verifies registry deps and ignores local workspace deps > must match snapshot 1`]=`
158
+
verified registry signatures, audited 3 packages in xxx
159
+
160
+
`
161
+
162
+
exports[`test/lib/commands/audit.js TAP audit signatures workspaces verifies registry deps when filtering by workspace name > must match snapshot 1`]=`
163
+
verified registry signatures, audited 2 packages in xxx
0 commit comments