From a253985ecabd90e4771443b9a63f8ae196c93bc7 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Wed, 19 Oct 2016 23:26:43 -0700 Subject: [PATCH] chore(testing): fix broken input/output link --- public/docs/ts/latest/guide/testing.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade index 1722e23820..dc6d40452e 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -45,7 +45,7 @@ block includes 1. [Test a component with an external template](#component-with-external-template) - [_async_](#async-in-before-each) in `beforeEach` - [_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) 1. [Test a component inside a test host component](#component-inside-test-host)

@@ -887,7 +887,7 @@ a(href="#top").to-top Back to top .l-hr -#component-with-inputs-outputs +#component-with-input-output :marked # Test a component with inputs and outputs A component with inputs and outputs typically appears inside the view template of a host component.