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-test-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-beta.31
Choose a base ref
...
head repository: vuejs/vue-test-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-beta.32
Choose a head ref
  • 18 commits
  • 34 files changed
  • 15 contributors

Commits on Jan 18, 2020

  1. Configuration menu
    Copy the full SHA
    1630799 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. docs: note babel-bridge in Jest SFC instructions (#1268)

    * note babel-bridge in Jest SFC instructions
    
    Because of vue-jest's dependency on babel-core (babel 6), if you're using babel 7 your tests will fail.
    
    * fix: lint
    
    Co-authored-by: Lachlan <lachlan.miller.1990@outlook.com>
    thedamon and lmiller1990 committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    f9783fd View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. chore: update testing-async-components.md (#1412)

    修改一个错别字:“具柄” 改为 “句柄”
    
    Co-authored-by: lmlife2016 <287388482@qq.com>
    JessicaSachs and lmlife2016 authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    9dc7d1a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Configuration menu
    Copy the full SHA
    c979087 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Configuration menu
    Copy the full SHA
    ff54d68 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    ac56f83 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. Configuration menu
    Copy the full SHA
    370474b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    8dc9bab View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    a4e077c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    ebcf97c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775feb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    b41a09d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. docs(mounting options): add a tip how to mock $root. Fix #1437 (#1438)

    * docs(mounting options): add a tip how to mock $root
    
    Clarify how to mock $root
    
    fix #1437
    
    * docs(mounting-options): remove blank line
    aantipov authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    d904f26 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. docs: fix typo (#1446)

    migliozziz authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    24ed9f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. docs: Missing Vue import (#1445)

    * Missing Vue import
    
    `import Vue` was missing in the code block.
    when someone, new to vue tries to follow the guide, it becomes a pain-point to figure why test case which included `Vue.nextTick()` failed.
    
    * Update testing-async-components.md
    quriosapien authored Feb 22, 2020
    Configuration menu
    Copy the full SHA
    ab35fab View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. fix: stub globally registered components (#1441)

    When specifying the components to stub, merge the globally registered components into the locally registered ones. (fix #1272)
    thejcannon authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    228cd1a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    5d51668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4503e6c View commit details
    Browse the repository at this point in the history
Loading