forked from npm/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test case for reify removing indirect dep
This test case demonstrates npm#7746. Currently, it fails. Note that it passes if reify is called twice.
- Loading branch information
Trevor Burnham
committed
Aug 23, 2024
1 parent
e674987
commit 3d79338
Showing
42 changed files
with
46,382 additions
and
14,973 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
187 changes: 187 additions & 0 deletions
187
workspaces/arborist/test/fixtures/lockfile-with-missing-parent/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
workspaces/arborist/test/fixtures/lockfile-with-missing-parent/package.json
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "lockfile-with-missing-parent", | ||
"version": "1.0.0", | ||
"dependencies": { | ||
"glob": "7.1.6", | ||
"globby": "1.2.0", | ||
"minimatch": "3.0.3" | ||
} | ||
} |
Oops, something went wrong.