diff --git a/client/package.json b/client/package.json index 2a40d290..0b4de698 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "scripts": { - "test:unit": "jest", + "test:unit": "npx jest", "dev": "vite --port 3000 --host", "build": "vite build", "preview": "vite preview",