@nothingismagick thank you for your help. I suspect I must have had case-matching turned on during the search for that line of code, so apologies for the silly question.
I would be happy to forego console.log() and begin using the Chrome debugger but I have been unable to get this to work with Quasar. I have tried the following:
Add debugger statement to the test code Run the tests using yarn test:unit:debug Navigate to ‘chrome://inspect’ Click on the ‘inspect’ link for Remote Target: jest file:///New Chrome window opens with:
Uncaught Error: Cannot find module '<my-project-folder>\jest'A guide to accessing debugging would be a great addition to the Quasar Testing documentation. 🙂