summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/001_hello.js1
-rw-r--r--testdata/002_hello.ts1
2 files changed, 2 insertions, 0 deletions
diff --git a/testdata/001_hello.js b/testdata/001_hello.js
new file mode 100644
index 000000000..accefceba
--- /dev/null
+++ b/testdata/001_hello.js
@@ -0,0 +1 @@
+console.log("Hello World");
diff --git a/testdata/002_hello.ts b/testdata/002_hello.ts
new file mode 100644
index 000000000..accefceba
--- /dev/null
+++ b/testdata/002_hello.ts
@@ -0,0 +1 @@
+console.log("Hello World");