From c1cb4d6a8da52e69c10c5f4aabb79292d537347d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 15 Nov 2022 17:20:40 +0100 Subject: test: don't use lock file in JSX tests (#16639) --- cli/tests/testdata/jsx/deno.lock | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 cli/tests/testdata/jsx/deno.lock (limited to 'cli/tests/testdata/jsx/deno.lock') diff --git a/cli/tests/testdata/jsx/deno.lock b/cli/tests/testdata/jsx/deno.lock deleted file mode 100644 index 3fb1f0422..000000000 --- a/cli/tests/testdata/jsx/deno.lock +++ /dev/null @@ -1,8 +0,0 @@ -{ - "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" - } -} -- cgit v1.2.3