Skip to content

Commit

Permalink
doc: comando testing fixes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
marinajcs committed Oct 27, 2024
1 parent d70ffb2 commit e63e18c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ la nube. Enlace al documento: [hito 1](docs/hito1.md).
En el segundo hito se va a proceder a la elección, justificación y uso de las siguientes
herramientas: el gestor de dependencias y tareas, la biblioteca de aserciones, el framework
para testing y el mecanismo de integración continua. Enlace al documento: [hito 2](docs/hito2.md).

La integración continua permite automatizar la ejecución de tests cada vez que se hace un
push en el repositorio. La orden para ejecutar manualmente los tests es la siguiente:

```bash
npm test
```

0 comments on commit e63e18c

Please sign in to comment.