doc: add link to node-code-ide-configs in testing

Refs: https://github.com/orgs/nodejs/teams/collaborators/discussions/58

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

PR-URL: https://github.com/nodejs/node/pull/24012
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Kamat, Trivikram
2018-10-31 22:46:29 -07:00
committed by Trivikram Kamat
parent e6a58a89cb
commit e55d65384d

View File

@@ -371,6 +371,10 @@ loopback interface on Ubuntu:
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
It's good practice to ensure any code you add or change is covered by tests.