Skip to content

Commit cf7bd66

Browse files
numb86eddyerburgh
authored andcommitted
docs(ja): fix example command (#1016)
1 parent 5e5756e commit cf7bd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/ja/guides/testing-single-file-components-with-mocha-webpack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ describe('Counter.vue', () => {
165165
これでテストを実行できます:
166166

167167
```
168-
npm run unit
168+
npm run test
169169
```
170170

171171
やったー!テストを実行している!

0 commit comments

Comments
 (0)