chore(testing): fix broken input/output link (#2638)
This commit is contained in:
parent
c28b003a3c
commit
101265cba4
@ -45,7 +45,7 @@ block includes
|
|||||||
1. [Test a component with an external template](#component-with-external-template)
|
1. [Test a component with an external template](#component-with-external-template)
|
||||||
- [_async_](#async-in-before-each) in `beforeEach`
|
- [_async_](#async-in-before-each) in `beforeEach`
|
||||||
- [_compileComponents_](#compile-components)
|
- [_compileComponents_](#compile-components)
|
||||||
1. [Test a component with inputs and outputs](#component-with-inputs-outputs)
|
1. [Test a component with inputs and outputs](#component-with-input-output)
|
||||||
- [_triggerEventHandler_](#trigger-event-handler)
|
- [_triggerEventHandler_](#trigger-event-handler)
|
||||||
1. [Test a component inside a test host component](#component-inside-test-host)
|
1. [Test a component inside a test host component](#component-inside-test-host)
|
||||||
<br><br>
|
<br><br>
|
||||||
@ -887,7 +887,7 @@ a(href="#top").to-top Back to top
|
|||||||
|
|
||||||
.l-hr
|
.l-hr
|
||||||
|
|
||||||
#component-with-inputs-outputs
|
#component-with-input-output
|
||||||
:marked
|
:marked
|
||||||
# Test a component with inputs and outputs
|
# Test a component with inputs and outputs
|
||||||
A component with inputs and outputs typically appears inside the view template of a host component.
|
A component with inputs and outputs typically appears inside the view template of a host component.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user