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
exports[`test/lib/commands/audit.js TAP audit signatures third-party registry with invalid signatures errors > must match snapshot 1`]=`
149
+
exports[`test/lib/commands/audit.js > TAP > audit signatures > third-party registry with invalid signatures errors > must match snapshot 1`]=`
150
150
audited 1 package in xxx
151
151
152
152
1 package has an invalid registry signature:
@@ -156,33 +156,33 @@ audited 1 package in xxx
156
156
Someone might have tampered with this package since it was published on the registry!
157
157
`
158
158
159
-
exports[`test/lib/commands/audit.js TAP audit signatures third-party registry with keys and missing signatures errors > must match snapshot 1`]=`
159
+
exports[`test/lib/commands/audit.js > TAP > audit signatures > third-party registry with keys and missing signatures errors > must match snapshot 1`]=`
160
160
audited 1 package in xxx
161
161
162
162
1 package has a missing registry signature but the registry is providing signing keys:
exports[`test/lib/commands/audit.js TAP audit signatures with valid attestations > must match snapshot 1`]=`
302
+
exports[`test/lib/commands/audit.js > TAP > audit signatures > with valid attestations > must match snapshot 1`]=`
303
303
audited 1 package in xxx
304
304
305
305
1 package has a verified registry signature
306
306
307
307
1 package has a verified attestation
308
308
`
309
309
310
-
exports[`test/lib/commands/audit.js TAP audit signatures with valid signatures > must match snapshot 1`]=`
310
+
exports[`test/lib/commands/audit.js > TAP > audit signatures > with valid signatures > must match snapshot 1`]=`
311
311
audited 1 package in xxx
312
312
313
313
1 package has a verified registry signature
314
314
`
315
315
316
-
exports[`test/lib/commands/audit.js TAP audit signatures with valid signatures using alias > must match snapshot 1`]=`
316
+
exports[`test/lib/commands/audit.js > TAP > audit signatures > with valid signatures using alias > must match snapshot 1`]=`
317
317
audited 1 package in xxx
318
318
319
319
1 package has a verified registry signature
320
320
`
321
321
322
-
exports[`test/lib/commands/audit.js TAP audit signatures workspaces verifies registry deps and ignores local workspace deps > must match snapshot 1`]=`
322
+
exports[`test/lib/commands/audit.js > TAP > audit signatures > workspaces > verifies registry deps and ignores local workspace deps > must match snapshot 1`]=`
323
323
audited 3 packages in xxx
324
324
325
325
3 packages have verified registry signatures
326
326
`
327
327
328
-
exports[`test/lib/commands/audit.js TAP audit signatures workspaces verifies registry deps when filtering by workspace name > must match snapshot 1`]=`
328
+
exports[`test/lib/commands/audit.js > TAP > audit signatures > workspaces > verifies registry deps when filtering by workspace name > must match snapshot 1`]=`
329
329
audited 2 packages in xxx
330
330
331
331
2 packages have verified registry signatures
332
332
`
333
333
334
-
exports[`test/lib/commands/audit.js TAP json audit > must match snapshot 1`]=`
334
+
exports[`test/lib/commands/audit.js > TAP > json audit > must match snapshot 1`]=`
335
335
{
336
336
"auditReportVersion": 2,
337
337
"vulnerabilities": {
@@ -385,7 +385,7 @@ exports[`test/lib/commands/audit.js TAP json audit > must match snapshot 1`] = `
385
385
}
386
386
`
387
387
388
-
exports[`test/lib/commands/audit.js TAP normal audit > must match snapshot 1`]=`
388
+
exports[`test/lib/commands/audit.js > TAP > normal audit > must match snapshot 1`]=`
0 commit comments