Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-01 | test(cli): reorganize test subcommand testcases and fixtures (#9627) | Casper Beyer | |
2020-10-14 | fix(test): return error when awaiting unresolved promise (#7968) | Bartek IwaĆczuk | |
This commit fixes test runner by awaitning "Deno.runTests()" call, which ensures proper error is returned when there's an unresolved promise that's being awaited. |