summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/integration/test_tests.rs2
-rw-r--r--cli/tests/testdata/future_check1.out2
-rw-r--r--cli/tests/testdata/inline_js_source_map_2_with_inline_contents.js.out2
-rw-r--r--cli/tests/testdata/test/aggregate_error.out1
4 files changed, 2 insertions, 5 deletions
diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs
index bf0ceb038..6a0d5c1ab 100644
--- a/cli/tests/integration/test_tests.rs
+++ b/cli/tests/integration/test_tests.rs
@@ -246,7 +246,7 @@ itest!(shuffle_with_seed {
});
itest!(aggregate_error {
- args: "test test/aggregate_error.ts",
+ args: "test --quiet test/aggregate_error.ts",
exit_code: 1,
output: "test/aggregate_error.out",
});
diff --git a/cli/tests/testdata/future_check1.out b/cli/tests/testdata/future_check1.out
index 9c7592fc5..7505efcd4 100644
--- a/cli/tests/testdata/future_check1.out
+++ b/cli/tests/testdata/future_check1.out
@@ -1,3 +1,3 @@
-Warning In future releases `deno run` will not automatically type check without the --check flag.
+Warning In future releases `deno run` will not automatically type check without the --check flag.
To opt into this new behavior now, specify DENO_FUTURE_CHECK=1.
Check [WILDCARD]/future_check.ts
diff --git a/cli/tests/testdata/inline_js_source_map_2_with_inline_contents.js.out b/cli/tests/testdata/inline_js_source_map_2_with_inline_contents.js.out
index 9280361f7..4f9127da6 100644
--- a/cli/tests/testdata/inline_js_source_map_2_with_inline_contents.js.out
+++ b/cli/tests/testdata/inline_js_source_map_2_with_inline_contents.js.out
@@ -1,4 +1,2 @@
error: Uncaught Error: Hello world!
-throw new Error("Hello world!" as unknown as string);
- ^
at http://localhost:4545/inline_js_source_map_2.ts:6:7
diff --git a/cli/tests/testdata/test/aggregate_error.out b/cli/tests/testdata/test/aggregate_error.out
index 1fbdcb350..35349e67c 100644
--- a/cli/tests/testdata/test/aggregate_error.out
+++ b/cli/tests/testdata/test/aggregate_error.out
@@ -1,4 +1,3 @@
-Check [WILDCARD]/testdata/test/aggregate_error.ts
running 1 test from test/aggregate_error.ts
aggregate ... FAILED ([WILDCARD])