deno test --jobs
flag should require equals when passing a value
#14533
Labels
breaking change
a change or feature that breaks existing semantics
bug
Something isn't working correctly
testing
related to deno test and coverage
The
--jobs
flag optionally doesn't take a number value to default to the number of available cpus. So it should require an equal sign. Currentlydeno test --jobs tests/
doesn't work becausetests/
is parsed as the number of threads. Unfortunately this is a breaking change, so this was a bad oversight.The text was updated successfully, but these errors were encountered: