mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
projects: ['packages/*', 'integration-tests', 'scripts'],
|
|
},
|
|
});
|