Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-12 | fix(bun-test): test title in results (#1753) | 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) | 1 | -0/+127 | ||
- wait for async hooks to complete before running tests - add support for `done(err)` callbacks in hooks fixes #1688 | |||||
2022-12-21 | fix jest hooks in bun-test (#1639) | 1 | -0/+76 | ||
* fix(jest) fix broken jest hooks * add tests |