update readme

This commit is contained in:
Pavel Rybalko 2021-11-15 19:34:39 +07:00
parent 200c362231
commit 4ea23f1c4c
No known key found for this signature in database
GPG Key ID: 84C73B280D672411

View File

@ -65,11 +65,16 @@ yarn run serve
yarn run build
```
#### Run your tests
#### Run unit tests
```
yarn run test:unit
```
#### Run end-to-end UI tests
```
yarn run test:e2e
```
#### Lints and fixes files
```
yarn run lint