Skip to content

Commit 063cd8f

Browse files
committed
docs: add section on code coverage to mocha-webpack guide
1 parent 27e9d79 commit 063cd8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/en/guides/testing-SFCs-with-mocha-webpack.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ npm run unit
170170

171171
Woohoo, we got our tests running!
172172

173+
### Coverage
174+
175+
To setup code coverage to mocha-webpack, follow [the mocha-webpack code coverage guide](https://github.com/zinserjan/mocha-webpack/blob/master/docs/guides/code-coverage.md).
176+
173177
### Resources
174178

175179
- [Example project for this setup](https://github.com/vuejs/vue-test-utils-mocha-webpack-example)

0 commit comments

Comments
 (0)