documentation(@teller-network) update contributing guidelines to use correct npm test script

This commit is contained in:
Iuri Matias 2018-12-17 10:51:00 -05:00
parent 79124ffe7d
commit e0881a57ba

View File

@ -50,7 +50,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
```
1. Create your patch, **including appropriate test cases**.
1. Run the test suite, by running `$ npm run fulltest` and ensure that all tests pass.
1. Run the test suite, by running `$ npm run test` and ensure that all tests pass.
1. Commit your changes using a descriptive commit message that follows our
[commit message conventions](#commit). Adherence to these conventions
is necessary because release notes are automatically generated from these messages.