Skip to content

Commit 94e2e6c

Browse files
authored
Merge pull request #7949 from microsoft/testing-fix-link
Fix bookmark
2 parents 0f84918 + 8e7342a commit 94e2e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/editor/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ VS Code has the following features for testing your code:
2626

2727
* **Support multiple testing frameworks**: language [extensions](#extensions-for-testing) and standalone testing extensions provide support for various languages and test runners, such as Jest, Mocha, Pytest, JUnit, and more.
2828

29-
* **Centralized test management**: the [Test Explorer](#automatic-test-discovery-in-test-explorer) provides a centralized place to manage and run the tests in your project. The Test Explorer might automatically discover the tests in your project, depending on the testing extension.
29+
* **Centralized test management**: the [Test Explorer](#automatic-test-discovery-in-testing-view) provides a centralized place to manage and run the tests in your project. The Test Explorer might automatically discover the tests in your project, depending on the testing extension.
3030

3131
* **Integrated test results**: view the test status inline in the editor alongside the test code, or view all tests in the Test Explorer. Detailed test results are available in the Test Results panel.
3232

0 commit comments

Comments
 (0)