From 0e2ddd81ab5363a0a242df31efaecde67953d8aa Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Sat, 18 Feb 2017 18:05:44 +0300 Subject: [PATCH] Fix a link: remove extra # in href value --- 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 86b98bae3f..dd90ab61dd 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -1855,7 +1855,7 @@ table td :marked The testing shims (`karma-test-shim`, `browser-test-shim`) - establish the [initial test environment](##testbed-initTestEnvironment) and a default testing module. + establish the [initial test environment](#testbed-initTestEnvironment) and a default testing module. The default testing module is configured with basic declaratives and some Angular service substitutes that every tester needs. Call `configureTestingModule` to refine the testing module configuration for a particular set of tests