Are there any options to njtrace?<p>njstrace lets you easily instrument and trace you code, see all function calls, arguments, return values, as well as the time spent in each function.<p>I want to be able to run a test with jest/mocha and then see all functions calls, arguments, return values etc.
Not sure how I would achieve that with njTrace.