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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -