Type testing #13574
darklight9811
started this conversation in
Ideas
Type testing
#13574
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that currently bun does not support type testing, since bun intentionally overrides
bun test
to run its test runner, I feel like it would be optimal to include type testing to cover all necessities from the community.Example of type testing using: vitest
This would help cover all necessities for both testing and typescript.
Beta Was this translation helpful? Give feedback.
All reactions