docs(testing): use marked Jade filter (#2444)

When the testing page is rendered the following warning is generated:
```
Transformers.markdown is deprecated, you must replace the :markdown
jade filter, with :marked and install jstransformer-marked before you
update to jade@2.0.0.
```
This commit is contained in:
Patrice Chalin 2016-09-22 09:48:22 -07:00 committed by Kathy Walrath
parent 6bf7db584c
commit 74644d2b3e
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ a(href="#top").to-top Back to top
### The tests
Jasmine runs this `beforeEach` before each test of which there are two
+makeExample('testing/ts/app/banner.component.spec.ts', 'tests', 'app/banner.component.spec.ts (tests)')(format='.')
:markdown
:marked
These tests ask the `DebugElement` for the native HTML element to satisfy their expectations.
#detect-changes