From 5e44f1a0bdb73cec26391690edff9d7c7fc67d7c Mon Sep 17 00:00:00 2001 From: Marcos Date: Tue, 14 Jul 2026 16:50:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20BrainWind=20atual?= =?UTF-8?q?izado=20em=2014/07/2026=2016:50:40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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": {