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: v28.1.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.0.0
Choose a head ref
  • 2 commits
  • 26 files changed
  • 1 contributor

Commits on Aug 23, 2022

  1. fix(vue3-jest): reduce getTypeScriptConfig calls (#491)

    * fix(vue3-jest): reduce `getTypeScriptConfig` calls
    
    * test(vue3-basic): update snapshot
    
    typescript -> @babel/preset-env
    nogic1008 authored Aug 23, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4855375 View commit details

Commits on Aug 30, 2022

  1. breaking: support Jest 29 (#494)

    * chore(deps): update jest packages to v29
    
    - babel-jest
    - jest
    - jest-environment-jsdom
    
    * test: update snapshot
    
    https://jestjs.io/blog/2022/08/25/jest-29
    
    * fix(test): remove absolute path in e2e tests
    
    * ci(gh-action): avoid use Node.js 12 & add v18
    
    * chore(deps-dev): update ts-jest to v29
    
    * chore(deps): update jest packages
    
    * chore(deps): hoist project packages
    nogic1008 authored Aug 30, 2022
    Copy the full SHA
    1cd403d View commit details
Loading