mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
feat(tests): move SDK integration tests to integration-tests to share globalSetup
This commit is contained in:
parent
ae7d6af717
commit
3056f8a63d
17 changed files with 95 additions and 86 deletions
|
|
@ -22,6 +22,7 @@
|
|||
"scripts": {
|
||||
"build": "node scripts/build.js",
|
||||
"test": "vitest run",
|
||||
"test:ci": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"lint": "eslint src test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue