summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-11-10 23:11:38 +0100
committerGitHub <noreply@github.com>2022-11-10 23:11:38 +0100
commit79aa3124a8cf7e311398d279a05d44c788c5def5 (patch)
tree58f62fee246e01b186f867ed856e8c97c86481f5
parent8d5c0112fbbed188f97218ace2357feba3a8746f (diff)
test: update lockfile for tests (#16591)
-rw-r--r--cli/tests/testdata/jsx/deno.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/jsx/deno.lock b/cli/tests/testdata/jsx/deno.lock
index 64429f30a..3fb1f0422 100644
--- a/cli/tests/testdata/jsx/deno.lock
+++ b/cli/tests/testdata/jsx/deno.lock
@@ -2,6 +2,7 @@
"version": "2",
"remote": {
"http://localhost:4545/jsx/jsx-dev-runtime": "7cac3d940791b3c8e671b24f9678ca37d87d40487ed2b3720a2a40891aa6173d",
+ "http://localhost:4545/jsx/jsx-dev-runtime/index.ts": "183c5bf1cfb82b15fc1e8cca15593d4816035759532d851abd4476df378c8412",
"http://localhost:4545/jsx/jsx-runtime": "7cac3d940791b3c8e671b24f9678ca37d87d40487ed2b3720a2a40891aa6173d"
}
}