Skip to content

Commit

Permalink
docs: fix link (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
skiming3362 authored and eddyerburgh committed May 9, 2018
1 parent 570d80d commit 55a4391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh-cn/guides/testing-SFCs-with-mocha-webpack.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 用 Mocha 和 webpack 测试单文件组件

> 我们在 [GitHub](https://github.com/https://github.com/vuejs/vue-test-utils-mocha-webpack-example) 上放有一个关于这些设置的示例工程。
> 我们在 [GitHub](https://github.com/vuejs/vue-test-utils-mocha-webpack-example) 上放有一个关于这些设置的示例工程。
另一个测试单文件组件的策略是通过 webpack 编译所有的测试文件然后在测试运行器中运行。这样做的好处是可以完全支持所有 webpack 和 `vue-loader` 的功能,所以我们不必对我们的源代码做任何妥协。

Expand Down

0 comments on commit 55a4391

Please sign in to comment.