diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-11-10 23:11:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 23:11:38 +0100 |
commit | 79aa3124a8cf7e311398d279a05d44c788c5def5 (patch) | |
tree | 58f62fee246e01b186f867ed856e8c97c86481f5 | |
parent | 8d5c0112fbbed188f97218ace2357feba3a8746f (diff) |
test: update lockfile for tests (#16591)
-rw-r--r-- | cli/tests/testdata/jsx/deno.lock | 1 |
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" } } |