From 58eab0e2b37fd8c3c83445196d4bde419740373d Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 26 Apr 2022 19:00:04 -0400 Subject: fix(test): capture worker stdout and stderr in test output (#14410) --- cli/tests/testdata/test/captured_output.out | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cli/tests/testdata/test/captured_output.out (limited to 'cli/tests/testdata/test/captured_output.out') diff --git a/cli/tests/testdata/test/captured_output.out b/cli/tests/testdata/test/captured_output.out new file mode 100644 index 000000000..5ac367561 --- /dev/null +++ b/cli/tests/testdata/test/captured_output.out @@ -0,0 +1,19 @@ +[WILDCARD] +running 1 test from [WILDCARD]/captured_output.ts +output ... +------- output ------- +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +----- output end ----- +ok ([WILDCARD]s) + +test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]s) +[WILDCARD] -- cgit v1.2.3