mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
test(integration-tests): isolate user memory from test runs (#6790)
This commit is contained in:
parent
15c62bade3
commit
14ca687c05
2 changed files with 36 additions and 2 deletions
|
|
@ -4,5 +4,6 @@
|
|||
"noEmit": true,
|
||||
"allowJs": true
|
||||
},
|
||||
"include": ["**/*.ts"]
|
||||
"include": ["**/*.ts"],
|
||||
"references": [{ "path": "../packages/core" }]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue