Open
Description
Environment
-
node -v
: v14.15.0 -
npm -v
: 6.14.8 -
npm ls jest
: [email protected] -
vscode-jest v4.0.0-alpha.1
-
OS X
Prerequisite
Everything works fine, this is more of a feature request.
Steps to Reproduce
Create a "todo" task.
it.todo('renders a single input and add button by default');
Actual Behavior
The debug tag is added, even though there's nothing to debug.
Expected Behavior
No "debug" tag over todo tests.
The fastest (and the most fun) way to resolve the issue is to submit a pull-request yourself. If you are interested, feel free to check out the contribution guide, we look forward to seeing your PR...
Yep, that's my intent. Not today, but later when I have time. This seems like a good place to get my feet wet.