summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/eval
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/eval')
-rw-r--r--cli/tests/testdata/eval/check_local_by_default.out1
-rw-r--r--cli/tests/testdata/eval/check_local_by_default2.out3
-rw-r--r--cli/tests/testdata/eval/check_local_by_default2.ts6
-rw-r--r--cli/tests/testdata/eval/dyn_import_eval.out1
-rw-r--r--cli/tests/testdata/eval/env_file_missing.out2
5 files changed, 0 insertions, 13 deletions
diff --git a/cli/tests/testdata/eval/check_local_by_default.out b/cli/tests/testdata/eval/check_local_by_default.out
deleted file mode 100644
index 52d98849f..000000000
--- a/cli/tests/testdata/eval/check_local_by_default.out
+++ /dev/null
@@ -1 +0,0 @@
-[Module: null prototype] { a: 12 }
diff --git a/cli/tests/testdata/eval/check_local_by_default2.out b/cli/tests/testdata/eval/check_local_by_default2.out
deleted file mode 100644
index 26a1fe6f8..000000000
--- a/cli/tests/testdata/eval/check_local_by_default2.out
+++ /dev/null
@@ -1,3 +0,0 @@
-12
-12
-[Module: null prototype] { }
diff --git a/cli/tests/testdata/eval/check_local_by_default2.ts b/cli/tests/testdata/eval/check_local_by_default2.ts
deleted file mode 100644
index 5177ff944..000000000
--- a/cli/tests/testdata/eval/check_local_by_default2.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-import * as a from "http://localhost:4545/subdir/type_error.ts";
-
-const b: "b" = 12;
-
-console.log(a.a);
-console.log(b);
diff --git a/cli/tests/testdata/eval/dyn_import_eval.out b/cli/tests/testdata/eval/dyn_import_eval.out
deleted file mode 100644
index 89e16b478..000000000
--- a/cli/tests/testdata/eval/dyn_import_eval.out
+++ /dev/null
@@ -1 +0,0 @@
-[Module: null prototype] { isMod4: true }
diff --git a/cli/tests/testdata/eval/env_file_missing.out b/cli/tests/testdata/eval/env_file_missing.out
deleted file mode 100644
index 221acab93..000000000
--- a/cli/tests/testdata/eval/env_file_missing.out
+++ /dev/null
@@ -1,2 +0,0 @@
-Warning The `--env` flag was used, but the dotenv file 'missing' was not found.
-undefined