summaryrefslogtreecommitdiff
path: root/runtime/js/40_testing.js
AgeCommit message (Collapse)Author
2021-03-12refactor: move Console to op_crates/console (#9770)Luca Casonato
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
2021-02-04chore: use strict mode for internal runtime, core, and op_crates js (#9391)Developing
2021-01-17chore: Enforce ban-untagged-todo lint rule (#9135)Bartek IwaƄczuk
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-12-17refactor: Rename runtime/rt to runtime/js (#8806)Nayeem Rahman