Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 74644d2

Browse files
chalinkwalrath
authored andcommitted
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. ```
1 parent 6bf7db5 commit 74644d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/testing.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ a(href="#top").to-top Back to top
518518
### The tests
519519
Jasmine runs this `beforeEach` before each test of which there are two
520520
+makeExample('testing/ts/app/banner.component.spec.ts', 'tests', 'app/banner.component.spec.ts (tests)')(format='.')
521-
:markdown
521+
:marked
522522
These tests ask the `DebugElement` for the native HTML element to satisfy their expectations.
523523

524524
#detect-changes

0 commit comments

Comments
 (0)