Skip to content

Commit 307cf34

Browse files
committed
Update using-with-typescript.md
1 parent f73ae5d commit 307cf34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/guides/using-with-typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this guide, we'll walk through how to setup a testing setup for a TypeScript
1111
First you need to create a project. If you don't have Vue CLI installed, install it globally:
1212

1313
```shell
14-
$ npm install -g @vue/cli-service-global
14+
$ npm install -g @vue/cli
1515
```
1616

1717
And create a project by running:

Diff for: docs/ja/guides/using-with-typescript.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TypeScript は JavaScript に型とクラスを加えた人気のある JavaScri
1111
最初にプロジェクトを作成します。もし、Vue CLI をインストールしていないなら、 Vue CLI をグローバルにインストールしてください。
1212

1313
```shell
14-
$ npm install -g @vue/cli-service-global
14+
$ npm install -g @vue/cli
1515
```
1616

1717
以下のようにプロジェクトを作成します。
@@ -52,7 +52,7 @@ $ npm install --save-dev jest @vue/test-utils
5252
}
5353
```
5454

55-
### Jest での SFCs の処理
55+
### Jest での単一ファイルコンポーネントの処理
5656

5757
Jest が `*.vue` ファイルを処理するために `vue-jest` プリプロセッサをインストールして設定します。
5858

0 commit comments

Comments
 (0)