mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
Fixes #7569 This adds expectTypeOf, but not the experimental `--typecheck` flag from vitest. To use it, you need to typecheck manually with `bunx tsc --noEmit` in addition to `bun test` --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>