-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Debug' does not filter on 'Describe' block #281
Comments
Thanks for reporting the issue. If we split this up into two parts:
|
Should this be split into two separate issue reports? |
Finally looking more into this, it actually doesn't look like vscode-jest has access to the |
Environment
node -v
: 9.4.0npm -v
: 5.6.0Operating system: macOS Sierra
Steps to Reproduce
Expected Behavior
Only the failing test is run with the debugger.
Actual Behavior
Both tests are run with the debugger, because it is matching 'does the thing' (and filename) and ignoring the
describe
scope.The text was updated successfully, but these errors were encountered: