From 5f6bbf9729e410d5d09934e6781c35f0dce40faa Mon Sep 17 00:00:00 2001 From: numb86 <86numb@gmail.com> Date: Thu, 1 Nov 2018 22:23:07 +0900 Subject: [PATCH] docs(ja): fix example command --- .../guides/testing-single-file-components-with-mocha-webpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` やったー!テストを実行している!