summaryrefslogtreecommitdiff
path: root/tests/specs/run/_002_hello
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/_002_hello')
-rw-r--r--tests/specs/run/_002_hello/002_hello.ts1
-rw-r--r--tests/specs/run/_002_hello/002_hello.ts.out1
-rw-r--r--tests/specs/run/_002_hello/__test__.jsonc4
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/specs/run/_002_hello/002_hello.ts b/tests/specs/run/_002_hello/002_hello.ts
new file mode 100644
index 000000000..accefceba
--- /dev/null
+++ b/tests/specs/run/_002_hello/002_hello.ts
@@ -0,0 +1 @@
+console.log("Hello World");
diff --git a/tests/specs/run/_002_hello/002_hello.ts.out b/tests/specs/run/_002_hello/002_hello.ts.out
new file mode 100644
index 000000000..557db03de
--- /dev/null
+++ b/tests/specs/run/_002_hello/002_hello.ts.out
@@ -0,0 +1 @@
+Hello World
diff --git a/tests/specs/run/_002_hello/__test__.jsonc b/tests/specs/run/_002_hello/__test__.jsonc
new file mode 100644
index 000000000..dde74d27c
--- /dev/null
+++ b/tests/specs/run/_002_hello/__test__.jsonc
@@ -0,0 +1,4 @@
+{
+ "args": "run --quiet --reload 002_hello.ts",
+ "output": "002_hello.ts.out"
+}