From c29df19f8a99371a55b8bb81d3dd4ca09b1ab20d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20=C3=81ngel=20Gonz=C3=A1lez=20Granda=20-=20UO?= =?UTF-8?q?68216?= Date: Mon, 14 Mar 2022 05:56:21 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e5bbf9..653c1fd 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Este proyecto es un ejemplo basico de un sitio web utilizando **React** con **Ty >* Andrea Auñón Antúnez - uo277876@uniovi.es >* Javier Lopez de Juan - uo271447@uniovi.es >* Alejandro Del Gallego Moro - uo271411@uniovi.es +>* Sofia Suárez Fernandez - uo270149@uniovi.es + ## Guia de inicio rápido Si tienes instalados node.js y npm, asegurate de actualizarlos antes de intentar construir las imagenes From 751b99d94863df60e1d7661fbff69ed8cee0c5d9 Mon Sep 17 00:00:00 2001 From: UO277876 <79647031+UO277876@users.noreply.github.com> Date: Mon, 4 Apr 2022 10:27:03 +0200 Subject: [PATCH 2/2] =?UTF-8?q?A=C3=B1adido=20comando=20de=20test=20en=20r?= =?UTF-8?q?estapi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- restapi/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/restapi/package.json b/restapi/package.json index 0a3ea03..66c3777 100644 --- a/restapi/package.json +++ b/restapi/package.json @@ -2,7 +2,8 @@ "name": "restapi", "version": "1.0.0", "scripts": { - "start": "ts-node-dev ./server.ts" + "start": "ts-node-dev ./server.ts", + "test": "cd tests && jest --runInBand" }, "keywords": [], "author": "",