Roo-Code/apps/web-evals/vitest.config.js
Roo Code 65785774c5 fix: improve codebase indexing error messages for better user experience
- Enhanced validation helpers to detect and format "fetch failed" errors with specific context
- Added Gemini-specific error handling with actionable guidance for common issues
- Improved orchestrator error messages to provide clearer troubleshooting information
- Enhanced Qdrant connection error messages with specific setup instructions
- Added new translation keys for better error messaging

Fixes #5801
2025-07-17 05:59:47 +00:00

9 lines
233 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var config_1 = require("vitest/config");
exports.default = (0, config_1.defineConfig)({
test: {
globals: true,
watch: false,
},
});