Skip to content

Commit 47c2bdc

Browse files
authored
test: remove invalid pnpm lockfile test data (#2213)
1 parent 1213b76 commit 47c2bdc

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

npm/private/test/parse_pnpm_lock_tests.bzl

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ expected_importers = {
2828
expected_packages = {
2929
"@aspect-test/[email protected]": {
3030
"name": "@aspect-test/a",
31-
"dependencies": {
32-
"@aspect-test/b": "5.0.0",
33-
"@aspect-test/c": "1.0.0",
34-
"@aspect-test/d": "2.0.0_at_aspect-test_c_1.0.0",
35-
},
31+
"dependencies": {},
3632
"optional_dependencies": {},
3733
"dev_only": False,
3834
"has_bin": True,
@@ -81,11 +77,7 @@ def _parse_lockfile_v5_test_impl(ctx):
8177
"integrity": "sha512-t/lwpVXG/jmxTotGEsmjwuihC2Lvz/Iqt63o78SI3O5XallxtFp5j2WM2M6HwkFiii9I42KdlAF8B3plZMz0Fw=="
8278
},
8379
"hasBin": true,
84-
"dependencies": {
85-
"@aspect-test/b": "5.0.0",
86-
"@aspect-test/c": "1.0.0",
87-
"@aspect-test/d": "2.0.0_@[email protected]"
88-
},
80+
"dependencies": {},
8981
"dev": false
9082
},
9183
"file:lodash-4.17.21.tgz": {
@@ -135,11 +127,7 @@ def _parse_lockfile_v6_test_impl(ctx):
135127
"integrity": "sha512-t/lwpVXG/jmxTotGEsmjwuihC2Lvz/Iqt63o78SI3O5XallxtFp5j2WM2M6HwkFiii9I42KdlAF8B3plZMz0Fw=="
136128
},
137129
"hasBin": true,
138-
"dependencies": {
139-
"@aspect-test/b": "5.0.0",
140-
"@aspect-test/c": "1.0.0",
141-
"@aspect-test/d": "2.0.0(@aspect-test/[email protected])"
142-
},
130+
"dependencies": {},
143131
"dev": false
144132
},
145133
"file:lodash-4.17.21.tgz": {
@@ -208,11 +196,7 @@ def _parse_lockfile_v9_test_impl(ctx):
208196
},
209197
"snapshots": {
210198
"@aspect-test/[email protected]": {
211-
"dependencies": {
212-
"@aspect-test/b": "5.0.0",
213-
"@aspect-test/c": "1.0.0",
214-
"@aspect-test/d": "2.0.0(@aspect-test/[email protected])"
215-
}
199+
"dependencies": {}
216200
},
217201
"lodash@file:lodash-4.17.21.tgz": { }
218202
}

0 commit comments

Comments
 (0)