Fix a link: remove extra # in href value (#3276)
This commit is contained in:
parent
c08c281204
commit
1d4e000079
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue