summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/node/DEVELOPING.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/platform/node/DEVELOPING.md b/platform/node/DEVELOPING.md
index f7067235f4..1466052155 100644
--- a/platform/node/DEVELOPING.md
+++ b/platform/node/DEVELOPING.md
@@ -27,14 +27,9 @@ make node
To test the Node.js bindings:
```bash
-make test-node
+npm test
```
-To run the visual render test suite:
-
-```bash
-npm run test-suite
-```
## Merging your pull request