summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jsx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/jsx')
-rw-r--r--cli/tests/testdata/jsx/import-map-scoped.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/tests/testdata/jsx/import-map-scoped.json b/cli/tests/testdata/jsx/import-map-scoped.json
new file mode 100644
index 000000000..9b2005128
--- /dev/null
+++ b/cli/tests/testdata/jsx/import-map-scoped.json
@@ -0,0 +1,8 @@
+{
+ "scopes": {
+ "../subdir/": {
+ "jsx/jsx-runtime": "http://localhost:4545/jsx/jsx-runtime/index.ts",
+ "jsx/jsx-dev-runtime": "http://localhost:4545/jsx/jsx-dev-runtime/index.ts"
+ }
+ }
+}