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",