[PR #1346] [MERGED] feat(checkpoint-validation): migrate CLI to Vitest #1391

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1346
Author: @dqbd
Created: 7/4/2025
Status: Merged
Merged: 7/7/2025
Merged by: @dqbd

Base: mainHead: dqbd/checkpoint-validation-vitest


📝 Commits (3)

  • 720410d feat(checkpoint-validation): migrate CLI to Vitest
  • 3fb057a Alternative to compilerOptions.types
  • 13ab625 Fix lint

📊 Changes

15 files changed (+229 additions, -10 deletions)

View changed files

📝 libs/checkpoint-validation/package.json (+3 -2)
libs/checkpoint-validation/src/cli.ts (+71 -0)
libs/checkpoint-validation/src/import_utils.ts (+50 -0)
libs/checkpoint-validation/src/runner.ts (+86 -0)
📝 libs/checkpoint-validation/src/spec/get_tuple.ts (+0 -1)
📝 libs/checkpoint-validation/src/spec/index.ts (+0 -1)
📝 libs/checkpoint-validation/src/spec/list.ts (+0 -1)
📝 libs/checkpoint-validation/src/spec/put.ts (+0 -1)
📝 libs/checkpoint-validation/src/spec/put_writes.ts (+0 -1)
📝 libs/checkpoint-validation/src/test_utils.ts (+0 -1)
📝 libs/checkpoint-validation/src/tests/mongodb.spec.ts (+0 -1)
📝 libs/checkpoint-validation/src/tests/postgres.spec.ts (+0 -1)
libs/checkpoint-validation/src/vitest.d.ts (+1 -0)
📝 libs/checkpoint-validation/vitest.config.js (+1 -0)
📝 yarn.lock (+17 -0)

📄 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/1346 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/4/2025 **Status:** ✅ Merged **Merged:** 7/7/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/checkpoint-validation-vitest` --- ### 📝 Commits (3) - [`720410d`](https://github.com/langchain-ai/langgraphjs/commit/720410dda526c3ed956b199eedd4ff8b85851176) feat(checkpoint-validation): migrate CLI to Vitest - [`3fb057a`](https://github.com/langchain-ai/langgraphjs/commit/3fb057a4031b7569a3622469edc6356892951019) Alternative to compilerOptions.types - [`13ab625`](https://github.com/langchain-ai/langgraphjs/commit/13ab625a7f0ec35438724738088ab87ec65b0a02) Fix lint ### 📊 Changes **15 files changed** (+229 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint-validation/package.json` (+3 -2) ➕ `libs/checkpoint-validation/src/cli.ts` (+71 -0) ➕ `libs/checkpoint-validation/src/import_utils.ts` (+50 -0) ➕ `libs/checkpoint-validation/src/runner.ts` (+86 -0) 📝 `libs/checkpoint-validation/src/spec/get_tuple.ts` (+0 -1) 📝 `libs/checkpoint-validation/src/spec/index.ts` (+0 -1) 📝 `libs/checkpoint-validation/src/spec/list.ts` (+0 -1) 📝 `libs/checkpoint-validation/src/spec/put.ts` (+0 -1) 📝 `libs/checkpoint-validation/src/spec/put_writes.ts` (+0 -1) 📝 `libs/checkpoint-validation/src/test_utils.ts` (+0 -1) 📝 `libs/checkpoint-validation/src/tests/mongodb.spec.ts` (+0 -1) 📝 `libs/checkpoint-validation/src/tests/postgres.spec.ts` (+0 -1) ➕ `libs/checkpoint-validation/src/vitest.d.ts` (+1 -0) 📝 `libs/checkpoint-validation/vitest.config.js` (+1 -0) 📝 `yarn.lock` (+17 -0) </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:34 -05:00
yindo closed this issue 2026-02-15 20:15:34 -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#1391