docs(testing): fix hash link (#2609)
This commit is contained in:
parent
47b51dad68
commit
4f15b4ebdc
|
@ -268,7 +268,7 @@ table(width="100%")
|
||||||
:marked
|
:marked
|
||||||
**Put spec files somewhere within the `app/` folder.**
|
**Put spec files somewhere within the `app/` folder.**
|
||||||
The `karma.conf.js` tells karma to look for spec files there,
|
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`.
|
Add the following code to `app/1st.spec.ts`.
|
||||||
+makeExample('testing/ts/app/1st.spec.ts', '', 'app/1st.spec.ts')(format='.')
|
+makeExample('testing/ts/app/1st.spec.ts', '', 'app/1st.spec.ts')(format='.')
|
||||||
|
|
Loading…
Reference in New Issue