summaryrefslogtreecommitdiff
path: root/tests/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata')
-rw-r--r--tests/testdata/run/cjs_imports/commonjs.cjs1
-rw-r--r--tests/testdata/run/cjs_imports/main.out1
-rw-r--r--tests/testdata/run/cjs_imports/main.ts1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/testdata/run/cjs_imports/commonjs.cjs b/tests/testdata/run/cjs_imports/commonjs.cjs
deleted file mode 100644
index accefceba..000000000
--- a/tests/testdata/run/cjs_imports/commonjs.cjs
+++ /dev/null
@@ -1 +0,0 @@
-console.log("Hello World");
diff --git a/tests/testdata/run/cjs_imports/main.out b/tests/testdata/run/cjs_imports/main.out
deleted file mode 100644
index 557db03de..000000000
--- a/tests/testdata/run/cjs_imports/main.out
+++ /dev/null
@@ -1 +0,0 @@
-Hello World
diff --git a/tests/testdata/run/cjs_imports/main.ts b/tests/testdata/run/cjs_imports/main.ts
deleted file mode 100644
index d8b77c22e..000000000
--- a/tests/testdata/run/cjs_imports/main.ts
+++ /dev/null
@@ -1 +0,0 @@
-import "./commonjs.cjs";