Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-29 | test(cli): harden test runner tests (#11166) | Casper Beyer | |
2021-04-28 | feat(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-01 | test(cli): reorganize test subcommand testcases and fixtures (#9627) | Casper Beyer | |