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: f6f9838
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: 6d1eec5
Choose a head ref
  • 4 commits
  • 24 files changed
  • 4 contributors

Commits on Aug 15, 2022

  1. Fix source maps for vue2-jest (#486)

    * Fix source maps for vue2-jest
    
    * Remove duplicate append
    
    * Fix snapshot paths to match github CI
    NikhilVerma authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    4530039 View commit details
    Browse the repository at this point in the history
  2. feat: load TypeScript config from tsconfig package instead of `ts-j…

    …est` (#471)
    
    * chore(deps): add `tsconfig` package on @vue/vue2-jest
    
    * feat: add `getTypeScriptConfig` util function
    
    * feat: use `getTypeScriptConfig` on typescript transformer
    
    * feat: remove `getTsJestConfig` function
    
    * chore(deps): remove ts-jest dependencies
    
    * chore(deps-dev): remove ts-jest from e2e projects
    
    * feat: remove info log
    
    * feat: support `createTransformer()` on customTransformer
    nogic1008 authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    a84eafb View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. fix: Less relative path in imports (#475)

    Co-authored-by: Lachlan Miller <[email protected]>
    cmath10 and lmiller1990 authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    77c821d View commit details
    Browse the repository at this point in the history
  2. publish 28.1.0

    lmiller1990 committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    6d1eec5 View commit details
    Browse the repository at this point in the history
Loading