[PR #1312] [MERGED] chore(deps): move all published packages from Jest to Vitest #1370

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1312
Author: @dqbd
Created: 6/25/2025
Status: Merged
Merged: 6/25/2025
Merged by: @dqbd

Base: mainHead: dqbd/vitest


📝 Commits (2)

  • e8db540 chore(deps): move all published packages to Vitest
  • 2864bd2 Remove jest config

📊 Changes

33 files changed (+260 additions, -318 deletions)

View changed files

libs/checkpoint-mongodb/jest.config.cjs (+0 -20)
libs/checkpoint-mongodb/jest.env.cjs (+0 -12)
📝 libs/checkpoint-mongodb/package.json (+5 -12)
📝 libs/checkpoint-mongodb/src/tests/checkpoints.int.test.ts (+1 -1)
libs/checkpoint-mongodb/vitest.config.js (+36 -0)
libs/checkpoint-postgres/jest.config.cjs (+0 -20)
libs/checkpoint-postgres/jest.env.cjs (+0 -12)
📝 libs/checkpoint-postgres/package.json (+5 -12)
📝 libs/checkpoint-postgres/src/tests/checkpoints.int.test.ts (+1 -1)
libs/checkpoint-postgres/vitest.config.js (+36 -0)
libs/checkpoint-sqlite/jest.config.cjs (+0 -20)
libs/checkpoint-sqlite/jest.env.cjs (+0 -12)
📝 libs/checkpoint-sqlite/package.json (+5 -12)
📝 libs/checkpoint-sqlite/src/tests/checkpoints.test.ts (+1 -1)
libs/checkpoint-sqlite/vitest.config.js (+36 -0)
libs/langgraph-cua/jest.config.cjs (+0 -22)
libs/langgraph-cua/jest.env.cjs (+0 -12)
📝 libs/langgraph-cua/package.json (+5 -12)
📝 libs/langgraph-cua/src/tests/cua.int.test.ts (+1 -1)
📝 libs/langgraph-cua/src/tests/cua.test.ts (+1 -0)

...and 13 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/1312 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 6/25/2025 **Status:** ✅ Merged **Merged:** 6/25/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/vitest` --- ### 📝 Commits (2) - [`e8db540`](https://github.com/langchain-ai/langgraphjs/commit/e8db54082db3169daad6d4b9a62e3243ec627003) chore(deps): move all published packages to Vitest - [`2864bd2`](https://github.com/langchain-ai/langgraphjs/commit/2864bd23aa6840116ad28c4ded581fbf513bb487) Remove jest config ### 📊 Changes **33 files changed** (+260 additions, -318 deletions) <details> <summary>View changed files</summary> ➖ `libs/checkpoint-mongodb/jest.config.cjs` (+0 -20) ➖ `libs/checkpoint-mongodb/jest.env.cjs` (+0 -12) 📝 `libs/checkpoint-mongodb/package.json` (+5 -12) 📝 `libs/checkpoint-mongodb/src/tests/checkpoints.int.test.ts` (+1 -1) ➕ `libs/checkpoint-mongodb/vitest.config.js` (+36 -0) ➖ `libs/checkpoint-postgres/jest.config.cjs` (+0 -20) ➖ `libs/checkpoint-postgres/jest.env.cjs` (+0 -12) 📝 `libs/checkpoint-postgres/package.json` (+5 -12) 📝 `libs/checkpoint-postgres/src/tests/checkpoints.int.test.ts` (+1 -1) ➕ `libs/checkpoint-postgres/vitest.config.js` (+36 -0) ➖ `libs/checkpoint-sqlite/jest.config.cjs` (+0 -20) ➖ `libs/checkpoint-sqlite/jest.env.cjs` (+0 -12) 📝 `libs/checkpoint-sqlite/package.json` (+5 -12) 📝 `libs/checkpoint-sqlite/src/tests/checkpoints.test.ts` (+1 -1) ➕ `libs/checkpoint-sqlite/vitest.config.js` (+36 -0) ➖ `libs/langgraph-cua/jest.config.cjs` (+0 -22) ➖ `libs/langgraph-cua/jest.env.cjs` (+0 -12) 📝 `libs/langgraph-cua/package.json` (+5 -12) 📝 `libs/langgraph-cua/src/tests/cua.int.test.ts` (+1 -1) 📝 `libs/langgraph-cua/src/tests/cua.test.ts` (+1 -0) _...and 13 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:15:28 -05:00
yindo closed this issue 2026-02-15 20:15:28 -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#1370