mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 21:20:44 +00:00
feat: add allowedTools for SDK use and re-organize test setup
This commit is contained in:
parent
56957a687b
commit
249b141f19
15 changed files with 1779 additions and 394 deletions
|
|
@ -28,6 +28,14 @@ export default defineConfig({
|
|||
},
|
||||
include: ['test/**/*.test.ts'],
|
||||
exclude: ['node_modules/', 'dist/'],
|
||||
retry: 2,
|
||||
fileParallelism: true,
|
||||
poolOptions: {
|
||||
threads: {
|
||||
minThreads: 2,
|
||||
maxThreads: 4,
|
||||
},
|
||||
},
|
||||
testTimeout: testTimeoutMs,
|
||||
hookTimeout: 10000,
|
||||
globalSetup: './test/e2e/globalSetup.ts',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue