use new test-helper add test to package.json (#441)

* use new test-helper add test to package.json

* try to fix travis build with new test helper

* install coveralls globally

* work around travis issue with adding node_modules/.bin in PATH
This commit is contained in:
Mike Blackstock
2018-05-01 09:33:05 -07:00
committed by Dave Conway-Jones
parent 5e0874ab44
commit f275ea0bac
14 changed files with 734 additions and 29 deletions

View File

@@ -23,6 +23,13 @@ To manually install using this repo:
- run `git clone https://github.com/node-red/node-red-nodes.git`
3. run `npm install` in any of the node subfolders to install individual node's dependencies
## Running Tests
To run tests on all of the nodes you will need the node-red runtime:
npm install node-red --no-save
npm test
## Contributing
Now that we support npm installation of nodes we recommend people post their own