[PR #2030] [MERGED] docs: Add explicit test timeout to Vitest and Jest docs #2072

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2030
Author: @jacoblee93
Created: 12/26/2025
Status: Merged
Merged: 12/30/2025
Merged by: @dqbd

Base: mainHead: jacob/jestlike


📝 Commits (1)

  • 06fa5e0 Add explicit test timeout to Vitest and Jest docs

📊 Changes

2 files changed (+6 additions, -2 deletions)

View changed files

📝 src/langsmith/test-react-agent-pytest.mdx (+2 -2)
📝 src/langsmith/vitest-jest.mdx (+4 -0)

📄 Description

Overview

I've fixed a longstanding bug around global test integration timeouts here: https://github.com/langchain-ai/langsmith-sdk/pull/2243

This updates docs with new instructions

Only the newest LangSmith JS SDK versions will respect this field, but it is important that it is present for those new versions - worth some kind of callout?

Type of change

https://github.com/langchain-ai/langsmith-sdk/pull/2243

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/docs/pull/2030 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 12/26/2025 **Status:** ✅ Merged **Merged:** 12/30/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `jacob/jestlike` --- ### 📝 Commits (1) - [`06fa5e0`](https://github.com/langchain-ai/docs/commit/06fa5e0b1a20780a0bfbb17b0a9a9cbd68ebf8f2) Add explicit test timeout to Vitest and Jest docs ### 📊 Changes **2 files changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/test-react-agent-pytest.mdx` (+2 -2) 📝 `src/langsmith/vitest-jest.mdx` (+4 -0) </details> ### 📄 Description ## Overview I've fixed a longstanding bug around global test integration timeouts here: https://github.com/langchain-ai/langsmith-sdk/pull/2243 This updates docs with new instructions Only the newest LangSmith JS SDK versions will respect this field, but it is important that it is present for those new versions - worth some kind of callout? ## Type of change https://github.com/langchain-ai/langsmith-sdk/pull/2243 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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-17 17:23:02 -05:00
yindo closed this issue 2026-02-17 17:23:02 -05:00
yindo changed title from [PR #2030] docs: Add explicit test timeout to Vitest and Jest docs to [PR #2030] [MERGED] docs: Add explicit test timeout to Vitest and Jest docs 2026-06-05 18:16:29 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2072