diff options
| author | Casper Beyer <caspervonb@pm.me> | 2021-03-01 20:02:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 13:02:51 +0100 |
| commit | 62f33e3b146da2f4264d6fa71409516de892bdf3 (patch) | |
| tree | 34335ac360086f90c4a49c608e00d9849c686820 /cli/tests/test/exit_sanitizer_test.out | |
| parent | 6dae6277497c0b083f25ead2ab020482dcd5c45f (diff) | |
test(cli): reorganize test subcommand testcases and fixtures (#9627)
Diffstat (limited to 'cli/tests/test/exit_sanitizer_test.out')
| -rw-r--r-- | cli/tests/test/exit_sanitizer_test.out | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/cli/tests/test/exit_sanitizer_test.out b/cli/tests/test/exit_sanitizer_test.out new file mode 100644 index 000000000..351453928 --- /dev/null +++ b/cli/tests/test/exit_sanitizer_test.out @@ -0,0 +1,28 @@ +Check [WILDCARD]/$deno$test.ts +running 3 tests +test exit(0) ... FAILED ([WILDCARD]) +test exit(1) ... FAILED ([WILDCARD]) +test exit(2) ... FAILED ([WILDCARD]) + +failures: + +exit(0) +AssertionError: Test case attempted to exit with exit code: 0 + [WILDCARD] + +exit(1) +AssertionError: Test case attempted to exit with exit code: 1 + [WILDCARD] + +exit(2) +AssertionError: Test case attempted to exit with exit code: 2 + [WILDCARD] + +failures: + + exit(0) + exit(1) + exit(2) + +test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) + |
