Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vue-jest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v29.2.0
Choose a base ref
...
head repository: vuejs/vue-jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v29.2.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 28, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8c0e8bc View commit details
  2. publish: 29.2.1

    lmiller1990 committed Nov 28, 2022
    Copy the full SHA
    dbe8022 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 packages/vue2-jest/lib/generate-code.js
  2. +1 −1 packages/vue2-jest/package.json
  3. +1 −1 packages/vue3-jest/package.json
2 changes: 1 addition & 1 deletion packages/vue2-jest/lib/generate-code.js
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ module.exports = function generateCode(
)

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

2 changes: 1 addition & 1 deletion packages/vue2-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/vue2-jest",
"version": "29.1.1",
"version": "29.2.1",
"description": "Jest transformer for Vue 2",
"main": "lib/index.js",
"files": [
2 changes: 1 addition & 1 deletion packages/vue3-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/vue3-jest",
"version": "29.1.1",
"version": "29.2.1",
"description": "Jest Vue transform",
"main": "lib/index.js",
"files": [