Skip to content

Commit 1208f0c

Browse files
Vue3 index typo (#182)
* add more context for call in computed properties * Apply suggestions from code review * Just updating a spelling mistake * Demo app vue 3 - Parent visible (#181) * add more context for call in computed properties * fix(test): Test for parent visibility using isVisible Co-authored-by: Lachlan Miller <[email protected]> * add more context for call in computed properties * feat(docs): Fix spelling Co-authored-by: Lachlan Miller <[email protected]>
1 parent 1d71686 commit 1208f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Welcome to the Vue.js testing handbook!
88

99
This is a collection of short, focused examples on how to test Vue components. It uses `vue-test-utils`, the official library for testing Vue components, and Jest, a modern testing framework. It covers the `vue-test-utils` API, as well as best practises for testing components.
1010

11-
Each section is independent from the others. We start of by setting up an environment with `vue-cli` and writing a simple test. Next, two ways to render a component are discussed - `mount` and `shallowMount`. The differences will be demonstrated and explained.
11+
Each section is independent from the others. We start off by setting up an environment with `vue-cli` and writing a simple test. Next, two ways to render a component are discussed - `mount` and `shallowMount`. The differences will be demonstrated and explained.
1212

1313
From then on, we cover how to test various scenarios that arise when testing components, such as testing components that:
1414

0 commit comments

Comments
 (0)