[PR #2] [MERGED] tests[minor]: Fix failing tests #407

Closed
opened 2026-02-15 18:16:50 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/2
Author: @bracesproul
Created: 1/15/2024
Status: Merged
Merged: 1/15/2024
Merged by: @bracesproul

Base: mainHead: brace/tests


📝 Commits (10+)

📊 Changes

8 files changed (+119 additions, -100 deletions)

View changed files

📝 package.json (+1 -1)
📝 src/__tests__/test_pregel.test.ts (+53 -62)
📝 src/checkpoint/memory.ts (+3 -3)
📝 src/graph/index.ts (+1 -1)
📝 src/pregel/index.ts (+46 -28)
📝 src/pregel/read.ts (+7 -2)
📝 src/pregel/write.ts (+0 -1)
📝 yarn.lock (+8 -2)

📄 Description

No description provided


🔄 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/2 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 1/15/2024 **Status:** ✅ Merged **Merged:** 1/15/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/tests` --- ### 📝 Commits (10+) - [`e52fbb3`](https://github.com/langchain-ai/langgraphjs/commit/e52fbb3d4fd1b58805d575a69abc2acd17061749) fix test - [`8e6805b`](https://github.com/langchain-ai/langgraphjs/commit/8e6805baab32c126c6ae0a05d09a4139612e8da4) Merge branch 'main' of https://github.com/langchain-ai/langgraphjs into brace/tests - [`eb2a9ec`](https://github.com/langchain-ai/langgraphjs/commit/eb2a9ecee043072815b49674b0b70f2d0c255471) lint - [`eb6ecef`](https://github.com/langchain-ai/langgraphjs/commit/eb6ecefb7503ecf5a29a19475c828658e2e2907f) cr - [`745e381`](https://github.com/langchain-ai/langgraphjs/commit/745e3813e5bdfbd3325f31605c262c994bd0882e) cr - [`fb56c18`](https://github.com/langchain-ai/langgraphjs/commit/fb56c18eaaf4b41d2c2aa5ba11fb07d074259ac0) cr - [`3548e4c`](https://github.com/langchain-ai/langgraphjs/commit/3548e4cc02dbd05f28468c812fe9e00c0bb9cd42) cr - [`7f841e6`](https://github.com/langchain-ai/langgraphjs/commit/7f841e6e8abba3f8ad62779927f78e52b8bf45c8) cr - [`7848e53`](https://github.com/langchain-ai/langgraphjs/commit/7848e535d83eda3cc9261b67f998233beb418d95) more tests - [`8df7449`](https://github.com/langchain-ai/langgraphjs/commit/8df744950245e671b15b2c7c83431f90db1797b3) cr ### 📊 Changes **8 files changed** (+119 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `src/__tests__/test_pregel.test.ts` (+53 -62) 📝 `src/checkpoint/memory.ts` (+3 -3) 📝 `src/graph/index.ts` (+1 -1) 📝 `src/pregel/index.ts` (+46 -28) 📝 `src/pregel/read.ts` (+7 -2) 📝 `src/pregel/write.ts` (+0 -1) 📝 `yarn.lock` (+8 -2) </details> ### 📄 Description _No description provided_ --- <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 18:16:50 -05:00
yindo closed this issue 2026-02-15 18:16:50 -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#407