From 4411dd826a2de856d8ece50d38a7c7cd9f1e3b0d Mon Sep 17 00:00:00 2001 From: Hirokazu Takatama Date: Sat, 22 Jan 2022 17:07:02 +0900 Subject: [PATCH] added Japanese translation about detecting styles (#1946) 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`を使う場合、テスト対象として検知できるのはインラインで書かれたスタイルだけです。