mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
fix(ux) bug in replaceRange dealing with newLines that was breaking vim support (#5320)
This commit is contained in:
@@ -18,6 +18,7 @@ export default defineConfig({
|
||||
outputFile: {
|
||||
junit: 'junit.xml',
|
||||
},
|
||||
setupFiles: ['./test-setup.ts'],
|
||||
coverage: {
|
||||
enabled: true,
|
||||
provider: 'v8',
|
||||
|
||||
Reference in New Issue
Block a user