8000 feat: use ts-jest for TypeScript config resolution by eddyerburgh · Pull Request #139 · vuejs/vue-jest · GitHub
[go: up one dir, main page]

Skip to content

feat: use ts-jest for TypeScript config resolution #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Jan 5, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: rely on babel-core
  • Loading branch information
eddyerburgh committed Jan 5, 2019
commit bccf1885c535557dcb4482c3d0d603d03314c18a
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"vue-template-compiler": "^2.4.2"
},
"peerDependencies": {
"@babel/core": "^7.x",
"jest": "^24.x",
"babel-core": "^6.25.0 || ^7.0.0-0",
"jest": "^23.x",
"vue": "^2.x",
"vue-template-compiler": "^2.x"
},
Expand Down
0