mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
8 lines
237 B
JavaScript
8 lines
237 B
JavaScript
export default {
|
|
testRunner: "vitest",
|
|
coverageAnalysis: "perTest",
|
|
mutate: ["src/domain/**/*.ts", "src/features/chat/domain/**/*.ts"],
|
|
ignoreStatic: true,
|
|
incremental: true,
|
|
reporters: ["clear-text", "progress", "html"],
|
|
};
|