We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ca679 commit 4894750Copy full SHA for 4894750
src/v2/guide/unit-testing.md
@@ -1,13 +1,11 @@
1
---
2
title: 単体テスト
3
-updated: 2018-12-22
+updated: 2018-12-26
4
type: guide
5
order: 402
6
7
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/) もあります。
+> [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/) もあります。
11
12
## 単純なテスト
13
0 commit comments