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

Commit 101265c

Browse files
authored
chore(testing): fix broken input/output link (#2638)
1 parent c28b003 commit 101265c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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-outputs)
48+
1. [Test a component with inputs and outputs](#component-with-input-output)
4949
- [_triggerEventHandler_](#trigger-event-handler)
5050
1. [Test a component inside a test host component](#component-inside-test-host)
5151
<br><br>
@@ -887,7 +887,7 @@ a(href="#top").to-top Back to top
887887

888888
.l-hr
889889

890-
#component-with-inputs-outputs
890+
#component-with-input-output
891891
:marked
892892
# Test a component with inputs and outputs
893893
A component with inputs and outputs typically appears inside the view template of a host component.

0 commit comments

Comments
 (0)