summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/uncaught_errors_1.ts
AgeCommit message (Collapse)Author
2022-08-02fix(test): race condition for cancelled tests (#15233)Nayeem Rahman
2022-07-18fix: revert changes to test output for uncaught errors (#15231)Bartek IwaƄczuk
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.