Skip to content

Commit

Permalink
fix: "ReferenceError: true__options__ is not defined" (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Nov 28, 2022
1 parent bb516da commit 8c0e8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue2-jest/lib/generate-code.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = function generateCode(
)

node.add(
`__options__.render = render\n` +
`\n__options__.render = render\n` +
`${namespace}.staticRenderFns = staticRenderFns\n`
)

Expand Down

0 comments on commit 8c0e8bc

Please sign in to comment.