aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/bun-test (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-12fix(bun-test): test title in results (#1753)Gravatar Ethan Burrell 1-0/+38
* fix(bun-test): test title in results * missed case * clean up import * respond to reviews
2022-12-31[jest] fix and improve hooks (#1689)Gravatar Alex Lam S.L 1-0/+127
- wait for async hooks to complete before running tests - add support for `done(err)` callbacks in hooks fixes #1688
2022-12-21fix jest hooks in bun-test (#1639)Gravatar Ethan Burrell 1-0/+76
* fix(jest) fix broken jest hooks * add tests