feat: expand server test suite to include additional unifier tests and add multer types

This commit is contained in:
Haileyesus
2026-04-06 19:36:46 +03:00
parent 8354cb65fd
commit bdab5a806f

View File

@@ -34,7 +34,7 @@
"preview": "vite preview",
"typecheck:client": "tsc --noEmit -p tsconfig.json",
"typecheck:server": "tsc --noEmit -p server/tsconfig.json",
"test:server": "tsx --tsconfig server/tsconfig.json --test server/src/modules/llm/llm-session-processor.service.test.ts server/src/modules/llm/llm-unifier.providers.test.ts",
"test:server": "tsx --tsconfig server/tsconfig.json --test server/src/modules/llm/llm-session-processor.service.test.ts server/src/modules/llm/llm-unifier.providers.test.ts server/src/modules/llm/llm-unifier.sessions.test.ts server/src/modules/llm/llm-unifier.images.test.ts server/src/modules/llm/llm-unifier.mcp.test.ts server/src/modules/llm/llm-unifier.skills.test.ts",
"verify:server": "npm run typecheck:server && npm run test:server && npm run server:build",
"typecheck": "npm run typecheck:client && npm run typecheck:server",
"lint": "eslint src/",
@@ -69,6 +69,7 @@
"@openai/codex-sdk": "^0.101.0",
"@replit/codemirror-minimap": "^0.5.2",
"@tailwindcss/typography": "^0.5.16",
"@types/multer": "^2.1.0",
"@uiw/react-codemirror": "^4.23.13",
"@xterm/addon-clipboard": "^0.1.0",
"@xterm/addon-fit": "^0.10.0",