Skip to content

Commit 189f226

Browse files
committed
fix: rebase typo
1 parent 25c67a0 commit 189f226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue2-jest/lib/process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ module.exports = function(src, filename, config) {
170170

171171
return {
172172
code: output.code,
173-
map
173+
map: output.map.toString()
174174
}
175175
}

0 commit comments

Comments
 (0)