node.js - Nodejs mocha/should on silent mode -
i try find option on mocha avoid having huge error explanation when 1 of should assertion fail.
5 passing (561ms) 1 failing 1) actors actors list should list of formed actors: uncaught assertionerror: expected ... have property properties @ test/actors.js:70:47 @ array.foreach (native) @ test.<anonymous> (test/actors.js:65:35) @ test.emit (events.js:95:17) @ incomingmessage.emit (events.js:117:20) @ _stream_readable.js:943:16
i'd have passing , failing infos not rest. idea ?
cheers,