summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs18
1 files changed, 0 insertions, 18 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 83b59e1f8..70ad55e56 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -262,24 +262,6 @@ itest!(_029_eval {
output: "029_eval.out",
});
-itest!(_030_xeval {
- args: "xeval console.log($.toUpperCase())",
- input: Some("a\nb\n\nc"),
- output: "030_xeval.out",
-});
-
-itest!(_031_xeval_replvar {
- args: "xeval -I val console.log(val.toUpperCase());",
- input: Some("a\nb\n\nc"),
- output: "031_xeval_replvar.out",
-});
-
-itest!(_032_xeval_delim {
- args: "xeval -d DELIM console.log($.toUpperCase());",
- input: Some("aDELIMbDELIMDELIMc"),
- output: "032_xeval_delim.out",
-});
-
itest!(_033_import_map {
args:
"run --reload --importmap=importmaps/import_map.json importmaps/test.ts",