mirror of
https://github.com/langchain-ai/react-agent-js.git
synced 2026-07-01 20:14:02 -04:00
5 lines
123 B
TypeScript
5 lines
123 B
TypeScript
import { describe, it } from "@jest/globals";
|
|
describe("Routers", () => {
|
|
it("Test route", async () => {}, 100_000);
|
|
});
|