summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2019-10-02 17:37:00 -0700
committerDane Springmeyer <dane@mapbox.com>2019-10-02 17:37:00 -0700
commit0df71431cbfb15f24b5946f8405e0f25c5a206ca (patch)
tree58cd8319f9b2c7253fc921fe0c3e7387958e3569
parent702d089e726e372040c06b4f56bc75de768e6501 (diff)
downloadqtlocation-mapboxgl-upstream/node-package-fixes.tar.gz
npm run test-suite does not do anything anymoreupstream/node-package-fixes
-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