summaryrefslogtreecommitdiff
path: root/tests/testdata/run/config_json_import.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/config_json_import.ts')
-rw-r--r--tests/testdata/run/config_json_import.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testdata/run/config_json_import.ts b/tests/testdata/run/config_json_import.ts
deleted file mode 100644
index 7141f1495..000000000
--- a/tests/testdata/run/config_json_import.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-import config from "../jsx/deno-jsx.json" with { type: "json" };
-console.log(config);