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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -