diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2023-03-25 19:32:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-25 21:32:11 +0200 |
| commit | 8a4865c3790a6eb93d95189e129b3ee98f349b45 (patch) | |
| tree | eb7a7f7a32addcfb49e5814d509c244532e38c2f /cli/tests/testdata/test/sigint_with_hanging_test.out | |
| parent | fe88b53e50034e185246e03be586c470ca4fbf78 (diff) | |
feat(test): print pending tests on sigint (#18246)
Diffstat (limited to 'cli/tests/testdata/test/sigint_with_hanging_test.out')
| -rw-r--r-- | cli/tests/testdata/test/sigint_with_hanging_test.out | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |
