diff options
| author | Casper Beyer <caspervonb@pm.me> | 2021-06-29 21:40:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-29 15:40:16 +0200 |
| commit | a0c0daac24c496e49e7c0abaae12f34723785a7d (patch) | |
| tree | adc16fea74b191f2ddcfe86eaa425c4e1a5e2f3d /cli/tests/test/finally_timeout.out | |
| parent | 96d05829002ef065b8fc84fe70de062cff0e95b3 (diff) | |
test(cli): harden test runner tests (#11166)
Diffstat (limited to 'cli/tests/test/finally_timeout.out')
| -rw-r--r-- | cli/tests/test/finally_timeout.out | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cli/tests/test/finally_timeout.out b/cli/tests/test/finally_timeout.out new file mode 100644 index 000000000..e652194e5 --- /dev/null +++ b/cli/tests/test/finally_timeout.out @@ -0,0 +1,23 @@ +Check [WILDCARD]/test/finally_timeout.ts +running 2 tests from [WILDCARD]/test/finally_timeout.ts +test error ... FAILED ([WILDCARD]) +test success ... ok ([WILDCARD]) + +failures: + +error +Error: fail + at [WILDCARD]/test/finally_timeout.ts:4:11 + at asyncOpSanitizer (deno:runtime/js/40_testing.js:21:15) + at resourceSanitizer (deno:runtime/js/40_testing.js:58:13) + at exitSanitizer (deno:runtime/js/40_testing.js:85:15) + at runTest (deno:runtime/js/40_testing.js:199:13) + at Object.runTests (deno:runtime/js/40_testing.js:244:13) + at [WILDCARD]/$deno$test.js:1:27 + +failures: + + error + +test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) + |
