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