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

Commit 6ece848

Browse files
mauricedbFoxandxss
authored andcommitted
docs(testing): fix broken links (#2624)
1 parent e89ba6f commit 6ece848

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ block includes
4545
1. [Test a component with an external template](#component-with-external-template)
4646
- [_async_](#async-in-before-each) in `beforeEach`
4747
- [_compileComponents_](#compile-components)
48-
1. [Test a component with inputs and outputs](#component-with-inputs-output)
48+
1. [Test a component with inputs and outputs](#component-with-inputs-outputs)
4949
- [_triggerEventHandler_](#trigger-event-handler)
5050
1. [Test a component inside a test host component](#component-inside-test-host)
5151
<br><br>
@@ -74,7 +74,7 @@ block includes
7474
1. [Angular testing utility APIs](#atu-apis)
7575
- [Stand-alone functions](#atu-apis): `async`, `fakeAsync`, etc.
7676
- [_TestBed_](#testbed-class-summary)
77-
- [_ComponentFixture_](#component-fixture-class-summary)
77+
- [_ComponentFixture_](#component-fixture-api-summary)
7878
- [_DebugElement_](#debug-element-details)
7979
1. [FAQ](#faq "Frequently asked questions")
8080
:marked
@@ -582,7 +582,7 @@ a(href="#top").to-top Back to top
582582
the configuration adds a `UserService` provider to the `providers` list.
583583
But not the real `UserService`.
584584

585-
#get-injected-service
585+
#service-test-doubles
586586
:marked
587587
## Provide service test doubles
588588

0 commit comments

Comments
 (0)