Skip to content
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

AST Parse for it/test blocks #1

Merged
merged 2 commits into from
Oct 24, 2016
Merged

AST Parse for it/test blocks #1

merged 2 commits into from
Oct 24, 2016

Conversation

orta
Copy link
Member

@orta orta commented Oct 22, 2016

After doing some research around getting the line of code for jestjs/jest#1900 - I came to the conclusion that specifically getting the start/end blocks isn't going to happen for an individual test case.

You have to pull out the stack trace, then look at lines inside it to get a hint of that data. In C, pulling a stack trace is slow, so I'm assuming it is in JS too, so I don't think it's reasonable to do that for every test.

So I will do it in this project instead, and try and get JUnit-like results from Jest's JSON.

@orta orta changed the title AST Parse for it blocks AST Parse for it/test blocks Oct 22, 2016
@orta orta merged commit 72faa98 into master Oct 24, 2016
@orta orta mentioned this pull request Oct 24, 2016
orta pushed a commit that referenced this pull request Nov 25, 2017
@seanpoulter seanpoulter deleted the ast-parse branch December 31, 2017 16:21
orta pushed a commit that referenced this pull request Feb 21, 2018
merge from jest-community/vscode-jest
stephtr pushed a commit that referenced this pull request Oct 5, 2019
stephtr added a commit that referenced this pull request Oct 5, 2019
legend1202 pushed a commit to legend1202/vscode-jest that referenced this pull request Jun 18, 2023
legend1202 pushed a commit to legend1202/vscode-jest that referenced this pull request Jun 18, 2023
legend1202 pushed a commit to legend1202/vscode-jest that referenced this pull request Jun 18, 2023
merge from jest-community/vscode-jest
legend1202 pushed a commit to legend1202/vscode-jest that referenced this pull request Jun 18, 2023
…-detection

Extract `nodeBinExtension` as variable
legend1202 pushed a commit to legend1202/vscode-jest that referenced this pull request Jun 18, 2023
…st-detection

Feature/improve jest detection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant