Skip to content

Commit

Permalink
Use product name instead of package name (#1921)
Browse files Browse the repository at this point in the history
* vue-test-utils -> Vue Test Utils
  • Loading branch information
oohira authored and phanan committed Dec 26, 2018
1 parent 57369f7 commit 79f3ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/guide/unit-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: guide
order: 402
---

> [Vue CLI](https://cli.vuejs.org/) has built-in options for unit testing with [Jest](https://github.com/facebook/jest) or [Mocha](https://mochajs.org/) that works out of the box. We also have the official [vue-test-utils](https://vue-test-utils.vuejs.org/) which provides more detailed guidance for custom setups.
> [Vue CLI](https://cli.vuejs.org/) has built-in options for unit testing with [Jest](https://github.com/facebook/jest) or [Mocha](https://mochajs.org/) that works out of the box. We also have the official [Vue Test Utils](https://vue-test-utils.vuejs.org/) which provides more detailed guidance for custom setups.
## Simple Assertions

Expand Down

0 comments on commit 79f3ee1

Please sign in to comment.