Add Testing section to ui/README.md
parent
a7d00b3069
commit
0b4f3e0625
|
@ -15,7 +15,7 @@ yarn add --dev packageName
|
|||
```
|
||||
|
||||
### Updating a package
|
||||
First, run
|
||||
First, run
|
||||
|
||||
```sh
|
||||
yarn outdated
|
||||
|
@ -31,3 +31,7 @@ To upgrade a single package named `packageName`:
|
|||
```sh
|
||||
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
|
||||
`.
|
||||
|
|
Loading…
Reference in New Issue