Skip to content

Commit

Permalink
Update README with test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed Feb 21, 2018
1 parent 611f710 commit b29542e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,20 @@ To build UserALE.js:
npm run build
```

## Test

To test UserALE.js:
```
npm run test
```
... you should eventually see something as follows
```
...
26 passing (837ms)
1 pending
```
Any failing tests will also be logged in the terminal. If there are failing tests, please consider [logging an issue in JIRA](https://issues.apache.org/jira/projects/SENSSOFT).

## Use and Configure

To include UserALE.js in your project:
Expand Down

0 comments on commit b29542e

Please sign in to comment.