From 07cb042f628893f984cd8b4cb78045717d8964fa Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Wed, 9 Oct 2024 14:40:23 +0200 Subject: [PATCH] Ara si --- client/package.json | 1 + package.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 3b19cab8..2a40d290 100644 --- a/client/package.json +++ b/client/package.json @@ -3,6 +3,7 @@ "version": "0.0.0", "private": true, "scripts": { + "test:unit": "jest", "dev": "vite --port 3000 --host", "build": "vite build", "preview": "vite preview", diff --git a/package.json b/package.json index 7b23ec40..c5271948 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "Vtt", "main": "prebuild.js", "scripts": { - "test:unit": "jest", "generate-docs": "npx jsdoc -c jsdoc.json" }, "author": "Aran Roig",