jestjs - Disable Jest output entirely -
is there way disable output jest entirely? running test suite uses lot of debugging output , jest interfering it.
the kind of output mean:
 runs  src/grid.spec.js  test suites: 1 passed, 1 of 2 total tests:       1 passed, 1 total snapshots:   0 total time:        8s  
 
Comments
Post a Comment