We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef3147 commit f5be516Copy full SHA for f5be516
support-utils.js
@@ -137,7 +137,7 @@ const filterSupportFilesFromCoverage = (
137
function fixSourcePaths(coverage) {
138
Object.values(coverage).forEach((file) => {
139
const { path: absolutePath, inputSourceMap } = file
140
- if (!absolutePath) return
+ if (!inputSourceMap) return
141
const fileName = /([^\/\\]+)$/.exec(absolutePath)[1]
142
if (!fileName) return
143
0 commit comments