mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 15:39:06 +08:00
fix: ensure config.json is copied to production docker image (#43)
* fix: ensure config.json is copied to production docker image Co-Authored-By: Han Xiao <han.xiao@jina.ai> * fix: remove unused config parameter in reduce callback Co-Authored-By: Han Xiao <han.xiao@jina.ai> * refactor: simplify tools configuration using Object.fromEntries Co-Authored-By: Han Xiao <han.xiao@jina.ai> * test: increase timeout for async search test Co-Authored-By: Han Xiao <han.xiao@jina.ai> * test: remove setTimeout from agent test Co-Authored-By: Han Xiao <han.xiao@jina.ai> * test: remove trivial tests and improve test coverage Co-Authored-By: Han Xiao <han.xiao@jina.ai> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Han Xiao <han.xiao@jina.ai>
This commit is contained in:
committed by
GitHub
parent
3e60f712d9
commit
a4de4cc444
@@ -18,7 +18,7 @@
|
||||
"lint:fix": "eslint . --ext .ts --fix",
|
||||
"serve": "ts-node src/server.ts",
|
||||
"eval": "ts-node src/evals/batch-evals.ts",
|
||||
"test": "jest",
|
||||
"test": "jest --testTimeout=30000",
|
||||
"test:watch": "jest --watch"
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
Reference in New Issue
Block a user