summaryrefslogtreecommitdiff
path: root/cli/tests/integration/run_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r--cli/tests/integration/run_tests.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs
index 20661f27f..118623760 100644
--- a/cli/tests/integration/run_tests.rs
+++ b/cli/tests/integration/run_tests.rs
@@ -18,6 +18,11 @@ itest!(stdin_read_all {
input: Some("01234567890123456789012345678901234567890123456789"),
});
+itest!(stdout_write_sync_async {
+ args: "run --quiet run/stdout_write_sync_async.ts",
+ output: "run/stdout_write_sync_async.out",
+});
+
itest!(_001_hello {
args: "run --reload 001_hello.js",
output: "001_hello.js.out",