diff --git a/app/package.json b/app/package.json index 10f43aa..0c0a924 100644 --- a/app/package.json +++ b/app/package.json @@ -8,7 +8,10 @@ "build": "tsc -b && vite build", "lint": "oxlint", "preview": "vite preview", - "test": "vitest run", + "test": "npm run test:engenharia && npm run test:sistema", + "test:all": "vitest run", + "test:engenharia": "vitest run audit-simulations blessmann internal-pressure interp line-loads nbr-tables neighborhood reynolds wind-kernel", + "test:sistema": "vitest run canvas-capture export-ftool i18n import-project refactoring svg-colors three-d-components", "test:watch": "vitest" }, "dependencies": {