I'm trying to run the unit tests from the zeppelin-web project using their karma.conf.js, webpack.config.js, etc configurations.
The only change I've made is to add 'coverage' to the preprocessors. The tests seem to run fine and all succeed but the report shows only 1 line of code tested per folder. That's obviously incorrect. When drilling down into the report I can see that it appears to me that the report is testing a minified version of the file?
What am I doing wrong here? Is there another setting I need to add? I've never encountered jasmine reports looking like this.
question from:
https://stackoverflow.com/questions/66056621/karma-coverage-report-on-minified-file 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…