From 64060bcb75cdb1a7e06e3aaa838953cb0e3b6fe2 Mon Sep 17 00:00:00 2001 From: Hirokazu Takatama Date: Sun, 2 Jan 2022 16:10:47 +0900 Subject: [PATCH] added Japanese translation about detecting styles Japanese translation about "Detecting Styles" of /docs/guids/common-tips.md --- docs/ja/guides/common-tips.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ja/guides/common-tips.md b/docs/ja/guides/common-tips.md index 588c6e181..040d184dc 100644 --- a/docs/ja/guides/common-tips.md +++ b/docs/ja/guides/common-tips.md @@ -151,3 +151,7 @@ mount(Component, { 定義によるルーティングは、アプリケーションの全体的な構造と関連し、複数のコンポーネントが関係するため、統合テストまたはエンドツーエンドテストによってよくテストされます。 `vue-router` 機能に依存する個々のコンポーネントについては、上記の手法を使ってモックすることができます。 + +### スタイルの検知 + +`jsdom`を使う場合、テスト対象として検知できるのはインラインで書かれたスタイルだけです。