diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-01-22 16:31:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-22 22:31:12 +0100 |
| commit | 69d5f136badfd7cfa9b979ff2fee7caf397098ca (patch) | |
| tree | 665c6686fbf6f0732d84984f5f48557e45b4c7b6 /cli/tests/testdata/npm | |
| parent | d20c9e75d1540b1a27e721d0cf66d29ba6a2c3fb (diff) | |
feat(lockfile): track JSR and npm dependencies in config file (#22004)
See overview in https://github.com/denoland/deno_lockfile/pull/13
Diffstat (limited to 'cli/tests/testdata/npm')
| -rw-r--r-- | cli/tests/testdata/npm/lock_file/main.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/lock_file/main.out b/cli/tests/testdata/npm/lock_file/main.out index b8447bee6..65e881be6 100644 --- a/cli/tests/testdata/npm/lock_file/main.out +++ b/cli/tests/testdata/npm/lock_file/main.out @@ -2,6 +2,9 @@ Download [WILDCARD] error: Integrity check failed for npm package: "@babel/parser@7.19.0". Unable to verify that the package is the same as when the lockfile was generated. +Actual: sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw== +Expected: sha512-foobar! + This could be caused by: * the lock file may be corrupt * the source itself may be corrupt |
