diff --git a/docs/ja/guides/testing-single-file-components-with-mocha-webpack.md b/docs/ja/guides/testing-single-file-components-with-mocha-webpack.md index 95a38e7b2..c0e68335f 100644 --- a/docs/ja/guides/testing-single-file-components-with-mocha-webpack.md +++ b/docs/ja/guides/testing-single-file-components-with-mocha-webpack.md @@ -165,7 +165,7 @@ describe('Counter.vue', () => { これでテストを実行できます: ``` -npm run unit +npm run test ``` やったー!テストを実行している!