From 8a4865c3790a6eb93d95189e129b3ee98f349b45 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sat, 25 Mar 2023 19:32:11 +0000 Subject: feat(test): print pending tests on sigint (#18246) --- cli/tests/testdata/test/sigint_with_hanging_test.out | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cli/tests/testdata/test/sigint_with_hanging_test.out (limited to 'cli/tests/testdata/test/sigint_with_hanging_test.out') diff --git a/cli/tests/testdata/test/sigint_with_hanging_test.out b/cli/tests/testdata/test/sigint_with_hanging_test.out new file mode 100644 index 000000000..c590c2192 --- /dev/null +++ b/cli/tests/testdata/test/sigint_with_hanging_test.out @@ -0,0 +1,10 @@ +running 1 test from [WILDCARD]/hanging_test.ts +test ... + step 1 ... + step 2 ... +SIGINT The following tests were pending: + +test => [WILDCARD]/hanging_test.ts:3:6 +test ... step 1 => [WILDCARD]/hanging_test.ts:9:13 +test ... step 1 ... step 2 => [WILDCARD]/hanging_test.ts:10:15 + -- cgit v1.2.3