Skip to content

Commit d1e2aee

Browse files
committed
chore: enable hasAppMode for langgraph-js smoke test
1 parent 2358034 commit d1e2aee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

showcase/tests/e2e/starter-smoke.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const DEFAULT_STARTER: Omit<Starter, "slug"> = {
4242
const STARTERS: Starter[] = [
4343
{ ...DEFAULT_STARTER, slug: "langgraph-python", hasAppMode: true },
4444
{ ...DEFAULT_STARTER, slug: "mastra" },
45-
{ ...DEFAULT_STARTER, slug: "langgraph-js" },
45+
{ ...DEFAULT_STARTER, slug: "langgraph-js", hasAppMode: true },
4646
{ ...DEFAULT_STARTER, slug: "crewai-crews" },
4747
{ ...DEFAULT_STARTER, slug: "pydantic-ai" },
4848
{ ...DEFAULT_STARTER, slug: "adk" },

0 commit comments

Comments
 (0)