mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 03:30:40 +00:00
Fix InputPrompt.test.tsx to be windows compatible (#4736)
This commit is contained in:
parent
2e28bb90a0
commit
e9e2f55144
4 changed files with 94 additions and 53 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"module": "NodeNext",
|
||||
"moduleResolution": "nodenext",
|
||||
"target": "es2022",
|
||||
"types": ["node", "vitest/globals"]
|
||||
"types": ["node", "vitest/globals"],
|
||||
"jsx": "react-jsx"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue