Skip to content

Commit

Permalink
chore: add reproduction test case for npm#6430
Browse files Browse the repository at this point in the history
  • Loading branch information
sonallux committed Feb 18, 2024
1 parent d04111d commit 737507b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3,107 deletions.
23 changes: 23 additions & 0 deletions workspaces/arborist/tap-snapshots/test/arborist/reify.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -33130,6 +33130,29 @@ exports[`test/arborist/reify.js TAP scoped registries > should preserve original
@ruyadorno/theoretically-private-pkg@https://npm.pkg.github.com/@ruyadorno/theoretically-private-pkg/-/theoretically-private-pkg-1.2.3.tgz
`

exports[`test/arborist/reify.js TAP second reify with file dependency should not change package-lock.json > must match snapshot 1`] = `
{
"name": "tap-testdir-reify-second-reify-with-file-dependency-should-not-change-package-lock.json",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@test/a": "file:a"
}
},
"a": {
"name": "@test/a"
},
"node_modules/@test/a": {
"resolved": "a",
"link": true
}
}
}

`

exports[`test/arborist/reify.js TAP still do not install optional deps with mismatched platform specifications even when forced > expect resolving Promise 1`] = `
ArboristNode {
"edgesOut": Map {
Expand Down

0 comments on commit 737507b

Please sign in to comment.