Skip to content

Commit d9e2663

Browse files
committed
Fix failing formatter
1 parent 393b842 commit d9e2663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/testing-single-file-components-with-mocha-webpack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We will assume you are starting with a setup that already has webpack, vue-loade
1010

1111
The first thing to do is installing test dependencies:
1212

13-
``` bash
13+
```bash
1414
npm install --save-dev @vue/test-utils mocha mochapack
1515
```
1616

0 commit comments

Comments
 (0)