Bot & Automation
Treding Forex Ai
/root/hermes-projects/Treding Forex Ai
vitest.config.ts
text
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
globals: true,
include: ["tests/**/*.test.ts"]
}
});