From 47be1bd4b5cb23384b09323fb97eb105ecdf6974 Mon Sep 17 00:00:00 2001 From: sergiomalv Date: Tue, 3 May 2022 11:03:02 +0200 Subject: [PATCH] =?UTF-8?q?Cambios=20en=20la=20ejecuci=C3=B3n=20de=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/package.json b/webapp/package.json index 5479b99..dc5565d 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -31,7 +31,7 @@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", - "test": "react-scripts test", + "test": "react-scripts test --coverage", "test:e2e": "start-server-and-test 'npm --prefix ../restapi start' http://localhost:5000/api/product/list prod 3000 'cd e2e && jest'", "eject": "react-scripts eject", "prod": "ts-node-dev ./server.ts"