From 0df71431cbfb15f24b5946f8405e0f25c5a206ca Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 2 Oct 2019 17:37:00 -0700 Subject: npm run test-suite does not do anything anymore --- platform/node/DEVELOPING.md | 7 +------ 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1