summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/check/jsximportsource_importmap_config/main.bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/check/jsximportsource_importmap_config/main.bundle.js')
-rw-r--r--cli/tests/testdata/check/jsximportsource_importmap_config/main.bundle.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/cli/tests/testdata/check/jsximportsource_importmap_config/main.bundle.js b/cli/tests/testdata/check/jsximportsource_importmap_config/main.bundle.js
deleted file mode 100644
index 6f39c876e..000000000
--- a/cli/tests/testdata/check/jsximportsource_importmap_config/main.bundle.js
+++ /dev/null
@@ -1,9 +0,0 @@
-// deno-fmt-ignore-file
-// deno-lint-ignore-file
-// This code was bundled using `deno bundle` and it's not recommended to edit it manually
-
-const makeParagraph = ()=>jsx("p", {
- children: "A paragraph!"
- });
-export { makeParagraph as makeParagraph };
-