@@ -70,7 +70,7 @@ test-npm-ls@1.0.0 {CWD}/tap-testdir-ls-ls---dev
70
70
71
71
exports [ `test/lib/ls.js TAP ls --link > should output tree containing linked deps 1` ] = `
72
72
test-npm-ls@1.0.0 {CWD}/tap-testdir-ls-ls---link
73
- \`-- linked-dep@1.0.0 -> {CWD}/tap-testdir-ls-ls---link /linked-dep
73
+ \`-- linked-dep@1.0.0 -> . /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
workspaces-tree@1.0.0 {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces
483
- +-- e@1.0.0 -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /group/e
484
- \`-- f@1.0.0 -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /group/f
483
+ +-- e@1.0.0 -> . /group/e
484
+ \`-- f@1.0.0 -> . /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
workspaces-tree@1.0.0 {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces
490
- +-- a@1.0.0 -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /a
491
- | \`-- d@1.0.0 deduped -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /d
492
- \`-- d@1.0.0 -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /d
490
+ +-- a@1.0.0 -> . /a
491
+ | \`-- d@1.0.0 deduped -> . /d
492
+ \`-- d@1.0.0 -> . /d
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
workspaces-tree@1.0.0 {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces
498
- \`-- a@1.0.0 -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /a
498
+ \`-- a@1.0.0 -> . /a
499
499
+-- c@1.0.0
500
- \`-- d@1.0.0 -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /d
500
+ \`-- d@1.0.0 -> . /d
501
501
\`-- foo@1.1.1
502
502
\`-- bar@1.0.0
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
workspaces-tree@1.0.0 {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces
508
- +-- a@1.0.0 -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /a
508
+ +-- a@1.0.0 -> . /a
509
509
| +-- c@1.0.0
510
- | \`-- d@1.0.0 deduped -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /d
511
- +-- b@1.0.0 -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /b
512
- +-- d@1.0.0 -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /d
510
+ | \`-- d@1.0.0 deduped -> . /d
511
+ +-- b@1.0.0 -> . /b
512
+ +-- d@1.0.0 -> . /d
513
513
| \`-- foo@1.1.1
514
514
| \`-- bar@1.0.0
515
- +-- e@1.0.0 -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /group/e
516
- \`-- f@1.0.0 -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /group/f
515
+ +-- e@1.0.0 -> . /group/e
516
+ \`-- f@1.0.0 -> . /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
[0mworkspaces-tree@1.0.0 {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces[0m
522
- [0m+-- [32ma@1.0.0[39m -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /a[0m
522
+ [0m+-- [32ma@1.0.0[39m -> . /a[0m
523
523
[0m| +-- c@1.0.0[0m
524
- [0m| \`-- d@1.0.0 [90mdeduped[39m -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /d[0m
525
- [0m+-- [32mb@1.0.0[39m -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /b[0m
526
- [0m+-- [32md@1.0.0[39m -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /d[0m
524
+ [0m| \`-- d@1.0.0 [90mdeduped[39m -> . /d[0m
525
+ [0m+-- [32mb@1.0.0[39m -> . /b[0m
526
+ [0m+-- [32md@1.0.0[39m -> . /d[0m
527
527
[0m| \`-- foo@1.1.1[0m
528
- [0m+-- [32me@1.0.0[39m -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /group/e[0m
529
- [0m\`-- [32mf@1.0.0[39m -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /group/f[0m
528
+ [0m+-- [32me@1.0.0[39m -> . /group/e[0m
529
+ [0m\`-- [32mf@1.0.0[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
workspaces-tree@1.0.0 {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces
535
- \`-- d@1.0.0 -> {CWD}/tap-testdir-ls-ls-loading-a-tree-containing-workspaces /d
535
+ \`-- d@1.0.0 -> . /d
536
536
\`-- foo@1.1.1
537
537
\`-- bar@1.0.0
538
538
@@ -567,8 +567,8 @@ test-npm-ls@1.0.0 {CWD}/tap-testdir-ls-ls-no-args
567
567
exports [ `test/lib/ls.js TAP ls print deduped symlinks > should output tree containing linked deps 1` ] = `
568
568
print-deduped-symlinks@1.0.0 {CWD}/tap-testdir-ls-ls-print-deduped-symlinks
569
569
+-- a@1.0.0
570
- | \`-- b@1.0.0 deduped -> {CWD}/tap-testdir-ls-ls-print-deduped-symlinks /b
571
- \`-- b@1.0.0 -> {CWD}/tap-testdir-ls-ls-print-deduped-symlinks /b
570
+ | \`-- b@1.0.0 deduped -> . /b
571
+ \`-- b@1.0.0 -> . /b
572
572
573
573
`
574
574
0 commit comments