|
70 | 70 |
|
71 | 71 | exports[`test/lib/ls.js TAP ls --link > should output tree containing linked deps 1`] = `
|
72 | 72 | [email protected] {CWD}/tap-testdir-ls-ls---link
|
73 |
| -\`-- [email protected] -> linked-dep |
| 73 | +\`-- [email protected] -> ./linked-dep |
74 | 74 |
|
75 | 75 | `
|
76 | 76 |
|
@@ -480,59 +480,59 @@ exports[`test/lib/ls.js TAP ls json read problems > should print empty result 1`
|
480 | 480 |
|
481 | 481 | exports[`test/lib/ls.js TAP ls loading a tree containing workspaces > should filter by parent folder workspace config 1`] = `
|
482 | 482 | [email protected] {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces
|
483 |
| - |
484 |
| - |
| 483 | ++-- [email protected] -> ./group/e |
| 484 | +\`-- [email protected] -> ./group/f |
485 | 485 |
|
486 | 486 | `
|
487 | 487 |
|
488 | 488 | exports[`test/lib/ls.js TAP ls loading a tree containing workspaces > should filter single workspace 1`] = `
|
489 | 489 | [email protected] {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces
|
490 |
| - |
491 |
| -| \`-- [email protected] deduped -> d |
492 |
| - |
| 490 | + |
| 491 | +| \`-- [email protected] deduped -> ./d |
| 492 | + |
493 | 493 |
|
494 | 494 | `
|
495 | 495 |
|
496 | 496 | exports[`test/lib/ls.js TAP ls loading a tree containing workspaces > should filter using workspace config 1`] = `
|
497 | 497 | [email protected] {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces
|
498 |
| - |
| 498 | + |
499 | 499 |
|
500 |
| - |
| 500 | + |
501 | 501 |
|
502 | 502 |
|
503 | 503 |
|
504 | 504 | `
|
505 | 505 |
|
506 | 506 | exports[`test/lib/ls.js TAP ls loading a tree containing workspaces > should list --all workspaces properly 1`] = `
|
507 | 507 | [email protected] {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces
|
508 |
| - |
| 508 | + |
509 | 509 |
|
510 |
| -| \`-- [email protected] deduped -> d |
511 |
| - |
512 |
| - |
| 510 | +| \`-- [email protected] deduped -> ./d |
| 511 | + |
| 512 | + |
513 | 513 |
|
514 | 514 |
|
515 |
| - |
516 |
| - |
| 515 | ++-- [email protected] -> ./group/e |
| 516 | +\`-- [email protected] -> ./group/f |
517 | 517 |
|
518 | 518 | `
|
519 | 519 |
|
520 | 520 | exports[`test/lib/ls.js TAP ls loading a tree containing workspaces > should list workspaces properly with default configs 1`] = `
|
521 | 521 | [[email protected] {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces[0m
|
522 |
| -[0m+-- [[email protected][39m -> a[0m |
| 522 | +[0m+-- [[email protected][39m -> ./a[0m |
523 | 523 |
|
524 |
| -[0m| \`-- [email protected] [90mdeduped[39m -> d[0m |
525 |
| -[0m+-- [[email protected][39m -> b[0m |
526 |
| -[0m+-- [[email protected][39m -> d[0m |
| 524 | +[0m| \`-- [email protected] [90mdeduped[39m -> ./d[0m |
| 525 | +[0m+-- [[email protected][39m -> ./b[0m |
| 526 | +[0m+-- [[email protected][39m -> ./d[0m |
527 | 527 |
|
528 |
| -[0m+-- [[email protected][39m -> group/e[0m |
529 |
| -[0m\`-- [[email protected][39m -> group/f[0m |
| 528 | +[0m+-- [[email protected][39m -> ./group/e[0m |
| 529 | +[0m\`-- [[email protected][39m -> ./group/f[0m |
530 | 530 | [0m[0m
|
531 | 531 | `
|
532 | 532 |
|
533 | 533 | exports[`test/lib/ls.js TAP ls loading a tree containing workspaces > should print all tree and filter by dep within only the ws subtree 1`] = `
|
534 | 534 | [email protected] {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces
|
535 |
| - |
| 535 | + |
536 | 536 |
|
537 | 537 |
|
538 | 538 |
|
|
567 | 567 | exports[`test/lib/ls.js TAP ls print deduped symlinks > should output tree containing linked deps 1`] = `
|
568 | 568 | [email protected] {CWD}/tap-testdir-ls-ls-print-deduped-symlinks
|
569 | 569 |
|
570 |
| -| \`-- [email protected] deduped -> b |
571 |
| - |
| 570 | +| \`-- [email protected] deduped -> ./b |
| 571 | + |
572 | 572 |
|
573 | 573 | `
|
574 | 574 |
|
|
0 commit comments