fix: make broker XLSX import atomic

This commit is contained in:
2026-08-26 23:42:26 +03:00
parent 000c77f162
commit 12d096beeb
6 changed files with 86 additions and 18 deletions

View File

@@ -16,6 +16,7 @@
"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:import:direction": "tsx src/services/import.test.ts",
"test:broker:xlsx": "tsx src/services/vtbBrokerXlsx.test.ts",
"test:llm": "tsx src/scripts/testLlm.ts"
},
"dependencies": {