[PR #941] [MERGED] chore(langgraph): Adds test case for Command.PARENT update behavior #1127

Closed
opened 2026-02-15 19:17:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/941
Author: @jacoblee93
Created: 3/4/2025
Status: Merged
Merged: 5/12/2025
Merged by: @benjamincburns

Base: mainHead: jacob/tests


📝 Commits (2)

  • acf1357 Adds test case for Command.PARENT update behavior
  • 71e708d fix(langgraph): update test

📊 Changes

1 file changed (+127 additions, -0 deletions)

View changed files

📝 libs/langgraph/src/tests/pregel.test.ts (+127 -0)

📄 Description

Nails down behavior that two updates are expected in this case


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/941 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 3/4/2025 **Status:** ✅ Merged **Merged:** 5/12/2025 **Merged by:** [@benjamincburns](https://github.com/benjamincburns) **Base:** `main` ← **Head:** `jacob/tests` --- ### 📝 Commits (2) - [`acf1357`](https://github.com/langchain-ai/langgraphjs/commit/acf1357a1b1672ebff6523d0f0603884802a294e) Adds test case for Command.PARENT update behavior - [`71e708d`](https://github.com/langchain-ai/langgraphjs/commit/71e708d4f5e918d3d42cd5e9615a84e5e4b0d944) fix(langgraph): update test ### 📊 Changes **1 file changed** (+127 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/tests/pregel.test.ts` (+127 -0) </details> ### 📄 Description Nails down behavior that two updates are expected in this case --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:19 -05:00
yindo closed this issue 2026-02-15 19:17:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1127