Command
npm test -- --verboseExplanation
Debug options help identify issues with failing tests and performance problems.
Examples
Verbose output
npm test -- --verboseDetect open handles
npm test -- --detectOpenHandlesRun tests serially
npm test -- --runInBand