bun
bun copied to clipboard
`bun wiptest` process to fail if typescript compile error
What is the problem this feature would solve?
bun wiptest
exits with code 0
when running tests that have typescript errors.
What is the feature you are proposing to solve the problem?
should exit with code 1
What alternatives have you considered?
No response
Bun doesn't support typechecking currently. We might add support for this in the future (via tsc)
it does show 'error' on stderr, so I suggest it exits with code 1
@nitsanavni , can you provide a repro for this?
@birkskyum couldn't reproduce due to another problem - the bun test
process never terminates
Closing in favor of #6711