summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compat/test_runner/top_level_fail_esm.out
AgeCommit message (Collapse)Author
2022-09-03BREAKING(unstable): remove --compat mode (#15678)Bartek IwaƄczuk
This commit removes "compat" mode. We shipped support for "npm:" specifier support in v1.25 and that is preferred way to interact with Node code that we will iterate and improve upon.
2022-06-14feat(test): update test summary report (#14629)Mark Ladyshau
2022-05-09feat(test): Represent uncaught errors (#14513)Nayeem Rahman
This commit adds better reporting of uncaught errors in top level scope of testing files. This change affects both console runner as well as LSP runner.
2021-12-30feat(test): Add support for "deno test --compat" (#13235)Steven Guerrero