Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Sign up

smith / vscode-unittest-navigate
forked from roblourens/vscode-unittest-navigate

Adds your unit test definition calls to the symbols list for easier navigation of javascript and typescript unit test scripts.
Supports `describe`, `it`, `suite`, and `test` calls.
MIT License
0 stars 2 forks

Star
Watch

Code
Pull requests
Actions
Projects
Security
Insights

master
Go to file

This branch is even with roblourens:master.


Pull request Compare

View code

README.md

Unit Test Navigate


Adds your unit test definition calls to the symbols list for easier navigation of javascript and typescript unit test scripts.
Supports describe , it , suite , and test calls.
Open your test file and trigger "Go to symbol in file" (cmd/ctrl+shift+o)
Before:
After:

Notes
It will work when one of these function calls is the first non-whitespace text on the line, and its first parameter is a string.

Releases
No releases published

Languages
TypeScript 100.0%

© 2020 GitHub, Inc.


Terms
Privacy
Security
Status
Help
Contact GitHub
Pricing
API
Training
Blog
About

You might also like