I currently use Jest as a test suite for Vue.js. I can use debugger keyword there and debug my *.spec.js files with that; however, I can\'t render the tests in the
debugger