correct instructions in README about how to run the test suite
This commit is contained in:
parent
eccdc411db
commit
5ab89724b6
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ To run the tests, give the following a try:
|
|||
|
||||
```
|
||||
# install the development libraries
|
||||
npm install dev
|
||||
npm install
|
||||
|
||||
# copy the skelleton config file to where the test scripts expect it to be.
|
||||
cp test.config.example.js test.config.js
|
||||
|
|
Loading…
Reference in a new issue