summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/unhandled_rejection_sync_error.ts
AgeCommit message (Collapse)Author
2022-09-19refactor: move out test files from root testdata directory into sub ↵David Sherret
directories (#15949)
2022-07-23fix: unhandledrejection handling for sync throw in top level (#15279)Bartek Iwańczuk
Fixes an edge in "unhandledrejection" event that prevent synchronous errors being surfaced when throw from a top-level scope.