aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/console (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-07Reorganize tests (#2332)Gravatar Ashcon Partovi 5-186/+0
2023-03-06support `expect().toThrow(/pattern/)` (#2314)Gravatar Alex Lam S.L 2-2/+2
- fix time-zone-dependent test failure
2023-01-31Re-run prettier after changesGravatar Jarred Sumner 3-17/+7
2022-12-28log object string correctly (#1674)Gravatar Alex Lam S.L 5-0/+196
use `Symbol.toStringTag` of the object or that of its `.prototype` fixes #1584