We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11883c8 commit dc3f603Copy full SHA for dc3f603
README.md
@@ -25,7 +25,7 @@ checklist
25
- [x] 理解使用 TestHostComponent 幫助 AppTextInput 進行測試。
26
- [x] 理解使用 By.directive 也可以取得某個 angular tag。
27
- [x] 理解使用 afterEach 對於一些全域變數進行 reset 的重要行。(此範例是刻意抽成 myFormControl,也可以不抽出來)
28
-- [x] 理解如何觸發 focus 與 blur event
+- [x] 理解如何觸發 focus 與 blur event。
29
- [x] 理解 Jasmine 的 Spy 也可以取得被呼叫傳入的值(args)。
30
31
## 範例3:user-info
0 commit comments