Skip to content

Commit 0647b04

Browse files
committed
docs: capitalzie Mocha
1 parent 9b407b2 commit 0647b04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Testing single file components with mocha
1+
# Testing single file components with Mocha
22

3-
We need to compile single file components (SFCs) to run them in mocha.
3+
We need to compile single file components (SFCs) to run them in Mocha.
44

5-
We can make use of a package called mocha-webpack, that does exactly that. It compiles source files in webpack before running mocha.
5+
We can make use of a package called mocha-webpack, that does exactly that. It compiles source files in webpack before running Mocha.
66

77
## Setting up mocha-webpack
88

9-
The first thing to do is install mocha, mocha webpack, webpack and webpack loaders:
9+
The first thing to do is install Mocha, mocha webpack, webpack and webpack loaders:
1010

1111
```bash
1212
npm install --save-dev vue-test-utils mocha mocha-webpack webpack webpack-node-externals vue vue-loader css-loader babel-loader

0 commit comments

Comments
 (0)