docs(testing): fix hash link (#2609)

This commit is contained in:
SangKa.Z 2016-10-18 21:07:37 +08:00 committed by Jesús Rodríguez
parent 47b51dad68
commit 4f15b4ebdc
1 changed files with 1 additions and 1 deletions

View File

@ -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='.')