From 9f5d5d5a5c9ed74309848372bfa2346df288f925 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Wed, 26 Apr 2017 16:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=AE=8C=E4=BA=86testing?= =?UTF-8?q?=E7=AB=A0=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/testing.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade index fa75099105..b2800638f3 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -914,7 +914,7 @@ a#component-fixture Finally, the setup assigns the DOM element from the `DebugElement` **`nativeElement`** property to `el`. The tests assert that `el` contains the expected title text. - 最后,这个配置指定`DebugElement`中的**`nativeElement`**DOM元素到属性`el`。 + 最后,这个配置把`DebugElement`中的**`nativeElement`**DOM元素赋值给`el`属性。 测试程序将判断`el`是否包含期待的标题文本。 a#the-tests