-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ls): when filtering workspaces, make sure the edge has a to befor…
…e checking if its a workspace (#5164)
- Loading branch information
Showing
3 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -678,6 +678,13 @@ [email protected] {CWD}/tap-testdir-ls-ls-with-no-args-dedupe-entries-and-not | |
` | ||
|
||
exports[`test/lib/commands/ls.js TAP ls workspace and missing optional dep > should omit missing optional dep 1`] = ` | ||
root@ {CWD}/tap-testdir-ls-ls-workspace-and-missing-optional-dep | ||
+-- [email protected] -> ./baz | ||
\`-- [email protected] | ||
` | ||
|
||
exports[`test/lib/commands/ls.js TAP show multiple invalid reasons > ls result 1`] = ` | ||
[email protected] {cwd}/tap-testdir-ls-show-multiple-invalid-reasons | ||
+-- [email protected] invalid: "^2.0.0" from the root project | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters