Make test command consistent

pull/1763/head
Jared Scheib 2017-07-24 12:55:09 -07:00
parent c6622a1765
commit ba809f9d23
1 changed files with 1 additions and 2 deletions

View File

@ -33,5 +33,4 @@ yarn upgrade packageName
```
## Testing
Tests can be run via command line with `npm run test`, from within the `/ui` directory. For more detailed reporting, use `npm test -- --reporters=verbose
`.
Tests can be run via command line with `npm test`, from within the `/ui` directory. For more detailed reporting, use `npm test -- --reporters=verbose`.