bun icon indicating copy to clipboard operation
bun copied to clipboard

`bun wiptest` process to fail if typescript compile error

Open nitsanavni opened this issue 2 years ago • 2 comments

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

nitsanavni avatar Dec 11 '22 20:12 nitsanavni

Bun doesn't support typechecking currently. We might add support for this in the future (via tsc)

Jarred-Sumner avatar Dec 13 '22 01:12 Jarred-Sumner

it does show 'error' on stderr, so I suggest it exits with code 1

nitsanavni avatar Dec 13 '22 09:12 nitsanavni

@nitsanavni , can you provide a repro for this?

birkskyum avatar Aug 29 '23 16:08 birkskyum

@birkskyum couldn't reproduce due to another problem - the bun test process never terminates

see here

nitsanavni avatar Sep 02 '23 13:09 nitsanavni

Closing in favor of #6711

Electroid avatar Oct 25 '23 19:10 Electroid