summaryrefslogtreecommitdiff
path: root/cli/tests/test/test_unresolved_promise.js
AgeCommit message (Collapse)Author
2021-06-29test(cli): harden test runner tests (#11166)Casper Beyer
2021-04-28feat(test): run test modules in parallel (#9815)Casper Beyer
This commit adds support for running test in parallel. Entire test runner functionality has been rewritten from JavaScript to Rust and a set of ops was added to support reporting in Rust. A new "--jobs" flag was added to "deno test" that allows to configure how many threads will be used. When given no value it defaults to 2.
2021-03-01test(cli): reorganize test subcommand testcases and fixtures (#9627)Casper Beyer