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

docs: add guide for faster test debugging with ts-node #2321

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bukowa
Copy link

@bukowa bukowa commented Jun 25, 2024

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Debugging tests can be much faster without compiling to js.

- Documented steps to install and configure ts-node for Mocha in WebStorm.
- Included instructions for setting Environment variables for optimized debugging.
- Provides a concise guide for developers to enhance test debugging efficiency.
@bukowa bukowa requested review from a team as code owners June 25, 2024 21:26
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Jun 25, 2024
@bukowa bukowa changed the title docs: add guide for faster test debugging in with ts-node docs: add guide for faster test debugging with ts-node Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants