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

Document how to debug unit tests in VSCode #2297

Merged

Conversation

RISHIKESHk07
Copy link
Contributor

…ts in README.md

Which problem is this PR solving?

Resolve #2118

Description of the changes

  • Added a launch json in the README.md which explains how to set the debugger of vscode to test unit tests with jest.

How was this change tested?

Checklist

…ts in README.md

Signed-off-by: RISHIKESHk07 <rishikeshkuppala@gmail.com>
@RISHIKESHk07 RISHIKESHk07 requested a review from a team as a code owner May 6, 2024 11:11
@RISHIKESHk07 RISHIKESHk07 requested review from yurishkuro and removed request for a team May 6, 2024 11:11
yurishkuro
yurishkuro previously approved these changes May 7, 2024
Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.60%. Comparing base (926f454) to head (c13d4b9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2297   +/-   ##
=======================================
  Coverage   96.60%   96.60%           
=======================================
  Files         254      254           
  Lines        7662     7662           
  Branches     1996     1994    -2     
=======================================
  Hits         7402     7402           
  Misses        260      260           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yurishkuro yurishkuro added the changelog:bugfix-or-minor-feature 🐞 Bug fixes, Minor Improvements label May 7, 2024
@yurishkuro yurishkuro changed the title Added the documentation for working with vscode debugger for unit tes… Document how to debug unit tests in VSCode May 7, 2024
Signed-off-by: Yuri Shkuro <github@ysh.us>
@yurishkuro yurishkuro enabled auto-merge (squash) May 7, 2024 00:57
@yurishkuro yurishkuro merged commit 9462d8d into jaegertracing:main May 7, 2024
9 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:bugfix-or-minor-feature 🐞 Bug fixes, Minor Improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Find out and document how to debug unit tests from VSCode
2 participants