diff --git a/package.json b/package.json index 177d9c5..aa490d9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview --port 5050", - "test:unit": "vitest --environment jsdom", + "test": "vitest --environment jsdom", "typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" },