Skip to content

Commit

Permalink
doc: add link to node-code-ide-configs in testing
Browse files Browse the repository at this point in the history
Refs: https://github.com/orgs/nodejs/teams/collaborators/discussions/58

This config will help contributors to run/debug tests on VSCode

PR-URL: #24012
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
trivikr authored and MylesBorins committed Dec 17, 2019
1 parent d148330 commit 3710068
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILDING.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -369,6 +369,10 @@ loopback interface on Ubuntu:
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0
``` ```


You can use
[node-code-ide-configs](https://github.com/nodejs/node-code-ide-configs)
to run/debug tests, if your IDE configs are present.

#### Running Coverage #### Running Coverage


It's good practice to ensure any code you add or change is covered by tests. It's good practice to ensure any code you add or change is covered by tests.
Expand Down

0 comments on commit 3710068

Please sign in to comment.