Skip to content

Commit f5be516

Browse files
committed
Typo - incorrect variable name. Updating
1 parent 7ef3147 commit f5be516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const filterSupportFilesFromCoverage = (
137137
function fixSourcePaths(coverage) {
138138
Object.values(coverage).forEach((file) => {
139139
const { path: absolutePath, inputSourceMap } = file
140-
if (!absolutePath) return
140+
if (!inputSourceMap) return
141141
const fileName = /([^\/\\]+)$/.exec(absolutePath)[1]
142142
if (!fileName) return
143143

0 commit comments

Comments
 (0)