From 4f15b4ebdcf7eb7b5841efb8d84b797156887cdb Mon Sep 17 00:00:00 2001 From: "SangKa.Z" Date: Tue, 18 Oct 2016 21:07:37 +0800 Subject: [PATCH] docs(testing): fix hash link (#2609) --- public/docs/ts/latest/guide/testing.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade index e73e2bbc15..1db550326b 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -268,7 +268,7 @@ table(width="100%") :marked **Put spec files somewhere within the `app/` folder.** The `karma.conf.js` tells karma to look for spec files there, - for reasons explained [below](#spec-file-location). + for reasons explained [below](#q-spec-file-location). Add the following code to `app/1st.spec.ts`. +makeExample('testing/ts/app/1st.spec.ts', '', 'app/1st.spec.ts')(format='.')