test: cover portfolio import idempotency

This commit is contained in:
2026-08-20 15:02:47 +03:00
parent e0da7e86ad
commit 6db1312fb1
4 changed files with 39 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@family-budget/backend",
"version": "0.8.1",
"version": "0.8.2",
"private": true,
"scripts": {
"dev": "tsx watch src/app.ts",
@@ -10,6 +10,7 @@
"migrate:prod": "node dist/db/migrate.js",
"test:analytics": "tsx src/services/analyticsSemantics.test.ts",
"test:portfolio": "tsx src/services/portfolio.test.ts",
"test:portfolio:db": "NODE_ENV=test tsx src/services/portfolio.integration.test.ts",
"test:analytics:db": "NODE_ENV=test tsx src/services/analytics.integration.test.ts",
"test:import:db": "NODE_ENV=test tsx src/services/import.integration.test.ts",
"test:llm": "tsx src/scripts/testLlm.ts"