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