-
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.
- Loading branch information
Showing
3 changed files
with
363 additions
and
12 deletions.
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 |
---|---|---|
|
@@ -255,6 +255,12 @@ exports[`test/lib/commands/ls.js TAP ls --parseable no args > should output pars | |
{CWD}/tap-testdir-ls-ls---parseable-no-args/node_modules/dog | ||
` | ||
|
||
exports[`test/lib/commands/ls.js TAP ls --parseable overridden dep > should contain overridden outout 1`] = ` | ||
{CWD}/tap-testdir-ls-ls---parseable-overridden-dep:[email protected] | ||
{CWD}/tap-testdir-ls-ls---parseable-overridden-dep/node_modules/foo:[email protected] | ||
{CWD}/tap-testdir-ls-ls---parseable-overridden-dep/node_modules/bar:[email protected]:OVERRIDDEN | ||
` | ||
|
||
exports[`test/lib/commands/ls.js TAP ls --parseable resolved points to git ref > should output tree containing git refs 1`] = ` | ||
{CWD}/tap-testdir-ls-ls---parseable-resolved-points-to-git-ref | ||
{CWD}/tap-testdir-ls-ls---parseable-resolved-points-to-git-ref/node_modules/abbrev | ||
|
@@ -567,6 +573,20 @@ [email protected] {CWD}/tap-testdir-ls-ls-no-args | |
` | ||
|
||
exports[`test/lib/commands/ls.js TAP ls overridden dep > should contain overridden outout 1`] = ` | ||
[email protected] {CWD}/tap-testdir-ls-ls-overridden-dep | ||
\`-- [email protected] | ||
\`-- [email protected] overridden | ||
` | ||
|
||
exports[`test/lib/commands/ls.js TAP ls overridden dep w/ color > should contain overridden outout 1`] = ` | ||
[[email protected] {CWD}/tap-testdir-ls-ls-overridden-dep-w-color[0m | ||
[0m\`-- [email protected][0m | ||
[0m \`-- [email protected] [90moverridden[39m[0m | ||
[0m[0m | ||
` | ||
|
||
exports[`test/lib/commands/ls.js TAP ls print deduped symlinks > should output tree containing linked deps 1`] = ` | ||
[email protected] {CWD}/tap-testdir-ls-ls-print-deduped-symlinks | ||
+-- [email protected] | ||
|
Oops, something went wrong.