summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jsx
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-11-15 17:20:40 +0100
committerGitHub <noreply@github.com>2022-11-15 17:20:40 +0100
commitc1cb4d6a8da52e69c10c5f4aabb79292d537347d (patch)
tree393f8c219c19c9d820801569784cf8a09044fb5a /cli/tests/testdata/jsx
parent0832ba1deb9eb43c0a724112eed3f2d7d9a0819b (diff)
test: don't use lock file in JSX tests (#16639)
Diffstat (limited to 'cli/tests/testdata/jsx')
-rw-r--r--cli/tests/testdata/jsx/deno.lock8
1 files changed, 0 insertions, 8 deletions
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"
- }
-}