diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-10-31 10:25:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-31 10:25:46 -0400 |
| commit | cb08b4683fc3a8feadc4a7590dc2db922ca3a6ed (patch) | |
| tree | f5a7d63d351a22742e485da6e8726c58ed88c1eb /cli/tests/testdata/info | |
| parent | c962cd424190d094b79eb7697a1453d6d87c37a9 (diff) | |
feat(unstable/npm): `deno info --json` support for npm specifiers (#16472)
Diffstat (limited to 'cli/tests/testdata/info')
| -rw-r--r-- | cli/tests/testdata/info/076_info_json_deps_order.out | 3 | ||||
| -rw-r--r-- | cli/tests/testdata/info/json_output/main.out | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/cli/tests/testdata/info/076_info_json_deps_order.out b/cli/tests/testdata/info/076_info_json_deps_order.out index db890ef02..98b5d5d50 100644 --- a/cli/tests/testdata/info/076_info_json_deps_order.out +++ b/cli/tests/testdata/info/076_info_json_deps_order.out @@ -159,5 +159,6 @@ "specifier": "file://[WILDCARD]/recursive_imports/common.ts" } ], - "redirects": {} + "redirects": {}, + "npmPackages": {} } diff --git a/cli/tests/testdata/info/json_output/main.out b/cli/tests/testdata/info/json_output/main.out index 124fc7351..aaef028c0 100644 --- a/cli/tests/testdata/info/json_output/main.out +++ b/cli/tests/testdata/info/json_output/main.out @@ -86,5 +86,6 @@ "specifier": "file://[WILDCARD]/subdir/subdir2/mod2.ts" } ], - "redirects": {} + "redirects": {}, + "npmPackages": {} } |
