Skip to content

Don't use jest --verbose in CI

Warren Gifford requested to merge no-jest-verbose into main

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

Loading