mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +01:00
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:
committed by
Dave Conway-Jones
parent
5e0874ab44
commit
f275ea0bac
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user