mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Don't exclude config.test.ts. (#1021)
This commit is contained in:
parent
1cefe21d2a
commit
491e367f7c
2 changed files with 24 additions and 47 deletions
|
|
@ -9,6 +9,8 @@ import { defineConfig } from 'vitest/config';
|
|||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
include: ['**/*.{test,spec}.?(c|m)[jt]s?(x)', 'config.test.ts'],
|
||||
exclude: ['**/node_modules/**', '**/dist/**', '**/cypress/**'],
|
||||
environment: 'jsdom',
|
||||
globals: true,
|
||||
reporters: ['default', 'junit'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue