Files
AITrader/tests/api/analyze.test.ts
T
2026-05-14 08:06:24 +02:00

5 lines
103 B
TypeScript

import { test, expect } from "vitest";
test("placeholder test", () => {
expect(true).toBe(true);
});