summaryrefslogtreecommitdiff
path: root/cli/tests/test_finally_cleartimeout.out
AgeCommit message (Collapse)Author
2021-03-01test(cli): reorganize test subcommand testcases and fixtures (#9627)Casper Beyer
2021-02-24feat: add exit sanitizer to Deno.test (#9529)Casper Beyer
This adds an exit sanitizer to ensure that code being tested or dependencies of that code can't accidentally call "Deno.exit" leading to partial test runs and false results.
2021-02-21fix(runtime/testing): false positive for timers when an error is thrown (#9553)Casper Beyer