Skip to content

Commit

Permalink
Arreglo menor en el archivo README.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoruscitti committed Aug 9, 2020
1 parent 9168aad commit 0c49a92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Para iniciar el servidor en modo desarrollo
hay que ejecutar estos comandos:

```
yarn install
yarn serve
make iniciar
make ejecutar
```

## Cómo ejecutar test
Expand All @@ -25,6 +25,6 @@ Hay dos tipos de test en el proyecto, así que para ejecutarlos
hay dos comandos diferentes:

```
yarn test:unit
yarn test:e2e
make test_unidad
make test_e2e
```

0 comments on commit 0c49a92

Please sign in to comment.