From 08a6af398fd92517193e20117f9971c272b1bb5f Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 4 Sep 2022 22:33:06 -0400 Subject: fix(cli): allow using file resource synchronously while being used async (#15747) --- cli/tests/integration/run_tests.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/tests/integration') 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", -- cgit v1.2.3