Bot & Automation

Treding Forex Ai

/root/hermes-projects/Treding Forex Ai

dist/vitest.config.js text
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const config_1 = require("vitest/config");
exports.default = (0, config_1.defineConfig)({
    test: {
        globals: true,
        include: ["tests/**/*.test.ts"]
    }
});