mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
fix: integration tests
This commit is contained in:
@@ -148,7 +148,7 @@ export class TestRig {
|
||||
_interactiveOutput = '';
|
||||
|
||||
constructor() {
|
||||
this.bundlePath = join(__dirname, '..', 'bundle/gemini.js');
|
||||
this.bundlePath = join(__dirname, '..', 'dist/cli.js');
|
||||
this.testDir = null;
|
||||
}
|
||||
|
||||
|
||||
@@ -63,10 +63,10 @@
|
||||
}
|
||||
},
|
||||
"bin": {
|
||||
"qwen": "bundle/gemini.js"
|
||||
"qwen": "dist/cli.js"
|
||||
},
|
||||
"files": [
|
||||
"bundle/",
|
||||
"dist/",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user