[PR #1691] [MERGED] chore(internal): move environment tests into internal/ folder, run tests against v1 and Node 22 #1656

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1691
Author: @dqbd
Created: 9/22/2025
Status: Merged
Merged: 9/22/2025
Merged by: @dqbd

Base: v1Head: dqbd/env-tests-internal


📝 Commits (4)

  • 786490e chore(internal): move environment tests into internal/ folder, run tests against v1 and Node 22
  • 15097ba Fix tsconfig.json
  • 695bf14 CF
  • 50755a6 Add names for examples

📊 Changes

83 files changed (+493 additions, -562 deletions)

View changed files

📝 .github/workflows/test-exports.yml (+10 -8)
environment_tests/docker-compose.yml (+0 -110)
environment_tests/test-exports-cf/tsconfig.json (+0 -97)
📝 examples/agent_executor/package.json (+1 -0)
📝 examples/chat_agent_executor_with_function_calling/package.json (+1 -0)
📝 examples/chatbot-simulation-evaluation/package.json (+1 -0)
📝 examples/chatbots/package.json (+1 -0)
📝 examples/how-tos/package.json (+1 -0)
📝 examples/multi_agent/package.json (+1 -0)
📝 examples/plan-and-execute/package.json (+1 -0)
📝 examples/quickstart/package.json (+1 -0)
📝 examples/rag/package.json (+1 -0)
📝 examples/reflection/package.json (+1 -0)
📝 examples/rewoo/package.json (+1 -0)
📝 examples/ui-react-transport/package.json (+1 -1)
📝 examples/ui-react/package.json (+1 -1)
internal/environment_tests/docker-compose.yml (+110 -0)
📝 internal/environment_tests/scripts/docker-ci-entrypoint.sh (+0 -0)
📝 internal/environment_tests/test-exports-cf/.gitignore (+0 -0)
📝 internal/environment_tests/test-exports-cf/README.md (+0 -0)

...and 63 more files

📄 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/1691 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 9/22/2025 **Status:** ✅ Merged **Merged:** 9/22/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `v1` ← **Head:** `dqbd/env-tests-internal` --- ### 📝 Commits (4) - [`786490e`](https://github.com/langchain-ai/langgraphjs/commit/786490e8c1d988eb217ed09ed04d0725f9d0e044) chore(internal): move environment tests into `internal/` folder, run tests against v1 and Node 22 - [`15097ba`](https://github.com/langchain-ai/langgraphjs/commit/15097ba1fa67898cffd51baa861d71f71bddd8c3) Fix tsconfig.json - [`695bf14`](https://github.com/langchain-ai/langgraphjs/commit/695bf1441aadc0ffba1aca439d773223f46c4389) CF - [`50755a6`](https://github.com/langchain-ai/langgraphjs/commit/50755a6dd8c5552d5f0d79e4885e15a18ab12297) Add names for examples ### 📊 Changes **83 files changed** (+493 additions, -562 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test-exports.yml` (+10 -8) ➖ `environment_tests/docker-compose.yml` (+0 -110) ➖ `environment_tests/test-exports-cf/tsconfig.json` (+0 -97) 📝 `examples/agent_executor/package.json` (+1 -0) 📝 `examples/chat_agent_executor_with_function_calling/package.json` (+1 -0) 📝 `examples/chatbot-simulation-evaluation/package.json` (+1 -0) 📝 `examples/chatbots/package.json` (+1 -0) 📝 `examples/how-tos/package.json` (+1 -0) 📝 `examples/multi_agent/package.json` (+1 -0) 📝 `examples/plan-and-execute/package.json` (+1 -0) 📝 `examples/quickstart/package.json` (+1 -0) 📝 `examples/rag/package.json` (+1 -0) 📝 `examples/reflection/package.json` (+1 -0) 📝 `examples/rewoo/package.json` (+1 -0) 📝 `examples/ui-react-transport/package.json` (+1 -1) 📝 `examples/ui-react/package.json` (+1 -1) ➕ `internal/environment_tests/docker-compose.yml` (+110 -0) 📝 `internal/environment_tests/scripts/docker-ci-entrypoint.sh` (+0 -0) 📝 `internal/environment_tests/test-exports-cf/.gitignore` (+0 -0) 📝 `internal/environment_tests/test-exports-cf/README.md` (+0 -0) _...and 63 more files_ </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 20:16:25 -05:00
yindo closed this issue 2026-02-15 20:16:25 -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#1656