Skip to content

Commit 57f0c9e

Browse files
authored
Clariy unit testing resources (#1470)
1 parent 70e0ba6 commit 57f0c9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/v2/guide/unit-testing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,5 @@ it('updates the rendered message when vm.message updates', done => {
130130
```
131131

132132
We are planning to work on a collection of common test helpers to make it easier to render components with different constraints (e.g. shallow rendering that ignores child components) and assert their output.
133+
134+
For more in-depth information on unit testing in vue, check out [vue-test-utils](https://vue-test-utils.vuejs.org/en/) and our cookbook entry about [unit testing vue components](https://vuejs.org/v2/cookbook/unit-testing-vue-components.html).

0 commit comments

Comments
 (0)