Skip to content

Commit 4894750

Browse files
committed
[Doc]: Use product name instead of package name #1368
* cherry-pick & translate vuejs/v2.vuejs.org@79f3ee1
1 parent 97ca679 commit 4894750

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/v2/guide/unit-testing.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
title: 単体テスト
3-
updated: 2018-12-22
3+
updated: 2018-12-26
44
type: guide
55
order: 402
66
---
77

8-
## テストツールとセットアップ
9-
10-
> [Vue CLI](https://cli.vuejs.org/) には、[Jest](https://github.com/facebook/jest) または [Mocha](https://mochajs.org/) を使って難しい設定なしにユニットテストするための組み込みのオプションがあります。カスタムセットアップのためのより詳細なガイダンスとなる公式の [vue-test-utils](https://vue-test-utils.vuejs.org/ja/) もあります。
8+
> [Vue CLI](https://cli.vuejs.org/) には、[Jest](https://github.com/facebook/jest) または [Mocha](https://mochajs.org/) を使って難しい設定なしにユニットテストするための組み込みのオプションがあります。カスタムセットアップのためのより詳細なガイダンスとなる公式の [Vue Test Utils](https://vue-test-utils.vuejs.org/ja/) もあります。
119
1210
## 単純なテスト
1311

0 commit comments

Comments
 (0)