mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
feat: add allowedTools for SDK use and re-organize test setup
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user