Don't use jest --verbose in CI
Created by: felixfbecker
The log output of Jest in CI is so huge that it is hard to debug and find the errors. Making it non-verbose means only output from failing tests is shown.
Merge request reports
Activity
Please register or sign in to reply