Skip to content

Commit 98bf7ce

Browse files
FelixGrafkiroushi
authored andcommitted
feat: add setup to generateSourceMap
1 parent 571831a commit 98bf7ce

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
@@ -159,8 +159,8 @@ module.exports = function(src, filename, config) {
159159
)
160160

161161
const map = generateSourceMap(
162-
// TODO Add scriptSetup
163162
scriptResult,
163+
scriptSetupResult,
164164
src,
165165
filename,
166166
output.renderFnStartLine,

0 commit comments

Comments
 (0)