summaryrefslogtreecommitdiff
path: root/tests/testdata/bundle/lockfile
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-05-28 14:58:43 -0400
committerGitHub <noreply@github.com>2024-05-28 14:58:43 -0400
commit448fe67b7a2142f62332b651f9d215534dceb1f5 (patch)
tree3cfc763f39bf275a537e6228767b3e43866f5d0f /tests/testdata/bundle/lockfile
parentcd8f5f53f7616e4c74de0f1ff5eadd6ef024118a (diff)
feat(vendor): support modifying remote files in vendor folder without checksum errors (#23979)
Includes: * https://github.com/denoland/deno_graph/pull/486 * https://github.com/denoland/deno_graph/pull/488 * https://github.com/denoland/deno_lockfile/pull/25 * https://github.com/denoland/deno_lockfile/pull/22 * https://github.com/denoland/deno_graph/pull/483 * https://github.com/denoland/deno_graph/pull/470
Diffstat (limited to 'tests/testdata/bundle/lockfile')
-rw-r--r--tests/testdata/bundle/lockfile/check_error.json5
-rw-r--r--tests/testdata/bundle/lockfile/check_error.out4
2 files changed, 0 insertions, 9 deletions
diff --git a/tests/testdata/bundle/lockfile/check_error.json b/tests/testdata/bundle/lockfile/check_error.json
deleted file mode 100644
index a218d7000..000000000
--- a/tests/testdata/bundle/lockfile/check_error.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "http://127.0.0.1:4545/subdir/mod1.ts": "bfc1037b02c99abc20367f739bca7455813a5950066abd77965bff33b6eece0f",
- "http://127.0.0.1:4545/subdir/print_hello.ts": "fa6692c8f9ff3fb107e773c3ece5274e9d08be282867a1e3ded1d9c00fcaa63c",
- "http://127.0.0.1:4545/subdir/subdir2/mod2.ts": "bad"
-}
diff --git a/tests/testdata/bundle/lockfile/check_error.out b/tests/testdata/bundle/lockfile/check_error.out
deleted file mode 100644
index 9299bc27e..000000000
--- a/tests/testdata/bundle/lockfile/check_error.out
+++ /dev/null
@@ -1,4 +0,0 @@
-[WILDCARD]
-error: The source code is invalid, as it does not match the expected hash in the lock file.
- Specifier: http://127.0.0.1:4545/subdir/subdir2/mod2.ts
- Lock file: bundle/lockfile/check_error.json