Skip to content

Commit

Permalink
chore(deps): update jest packages (major) (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Atinux committed Jun 19, 2020
1 parent f022bce commit de4265a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/cna-template/template/frameworks/jest/package.json
Expand Up @@ -5,9 +5,9 @@
"devDependencies": {
"@vue/test-utils": "^1.0.3",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^25.5.1",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
"babel-jest": "^26.0.1",
"jest": "^26.0.1",
"ts-jest": "^26.0.0",
"vue-jest": "^3.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/create-nuxt-app/test/snapshots/index.test.js.md
Expand Up @@ -2676,8 +2676,8 @@ Generated by [AVA](https://avajs.dev).
devDependencies: {
'@vue/test-utils': '^1.0.3',
'babel-core': '7.0.0-bridge.0',
'babel-jest': '^25.5.1',
jest: '^25.5.4',
'babel-jest': '^26.0.1',
jest: '^26.0.1',
'vue-jest': '^3.0.4',
},
private: true,
Expand Down
Binary file modified packages/create-nuxt-app/test/snapshots/index.test.js.snap
Binary file not shown.

0 comments on commit de4265a

Please sign in to comment.