diff --git a/code/websites/pokedex.online/package.json b/code/websites/pokedex.online/package.json index 401791e..397856b 100644 --- a/code/websites/pokedex.online/package.json +++ b/code/websites/pokedex.online/package.json @@ -8,7 +8,11 @@ "build": "vite build", "preview": "vite preview", "oauth-proxy": "node server/oauth-proxy.js", - "dev:full": "concurrently \"npm run dev\" \"npm run oauth-proxy\"" + "dev:full": "concurrently \"npm run dev\" \"npm run oauth-proxy\"", + "test": "vitest", + "test:ui": "vitest --ui", + "test:coverage": "vitest --coverage", + "test:run": "vitest run" }, "dependencies": { "cors": "^2.8.5",