Files
react-agent-js/tests/unit/graph.test.ts
T
2024-08-25 23:11:11 -07:00

5 lines
123 B
TypeScript

import { describe, it } from "@jest/globals";
describe("Routers", () => {
it("Test route", async () => {}, 100_000);
});