mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 21:20:44 +00:00
fix: lockfile and configs
This commit is contained in:
parent
3f535195b3
commit
dbdb4db4f0
7 changed files with 2476 additions and 1867 deletions
|
|
@ -2,6 +2,12 @@ import { defineConfig } from 'vitest/config';
|
|||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
projects: ['packages/*', 'integration-tests', 'scripts'],
|
||||
projects: [
|
||||
'packages/cli',
|
||||
'packages/core',
|
||||
'packages/vscode-ide-companion',
|
||||
'integration-tests',
|
||||
'scripts',
|
||||
],
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue