mirror of
https://github.com/langchain-ai/data-enrichment-js.git
synced 2026-07-01 20:24:10 -04:00
Fix test
This commit is contained in:
@@ -2,6 +2,10 @@ import { describe, it, expect } from "@jest/globals";
|
||||
import { graph } from "../src/enrichment_agent/graph.js";
|
||||
|
||||
describe("Web Research Agent", () => {
|
||||
beforeAll(() => {
|
||||
process.env.TAVILY_API_KEY = "dummy";
|
||||
});
|
||||
|
||||
it("should initialize and compile the graph", () => {
|
||||
expect(graph).toBeDefined();
|
||||
expect(graph.name).toBe("ResearchTopic");
|
||||
|
||||
Reference in New Issue
Block a user