Skip to content

Commit

Permalink
docs: fix broken links (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard authored and yyx990803 committed Jun 8, 2018
1 parent 0f0b09b commit 64af079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

- [Vue CLI](https://github.com/vuejs/vue-cli) offers pre-configured unit testing and e2e testing setups.

- If you are interested in manually setting up unit tests for `*.vue` files, consult the docs for [@vue/test-utils](https://vue-test-utils.vuejs.org/en/), which covers setup with [mocha-webpack](https://vue-test-utils.vuejs.org/en/guides/testing-SFCs-with-mocha-webpack.html) or [Jest](https://vue-test-utils.vuejs.org/en/guides/testing-SFCs-with-jest.html).
- If you are interested in manually setting up unit tests for `*.vue` files, consult the docs for [@vue/test-utils](https://vue-test-utils.vuejs.org), which covers setup with [mocha-webpack](https://vue-test-utils.vuejs.org/guides/testing-SFCs-with-mocha-webpack.html) or [Jest](https://vue-test-utils.vuejs.org/guides/testing-SFCs-with-jest.html).

0 comments on commit 64af079

Please sign in to comment.