Options to Njtrace?
github.comAre there any options to njtrace?
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.
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.