[PR #5] [MERGED] feat: add tests + test action #6

Closed
opened 2026-02-16 04:16:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/agentfs-claude/pull/5
Author: @AstraBert
Created: 12/15/2025
Status: Merged
Merged: 12/15/2025
Merged by: @AstraBert

Base: mainHead: clelia/add-some-tests


📝 Commits (2)

  • edbe5e5 feat: add tests + test action
  • 18515e9 ci: change name to action

📊 Changes

10 files changed (+187 additions, -5 deletions)

View changed files

.github/workflows/test.yaml (+29 -0)
📝 README.md (+8 -1)
data/testdata/test.md (+1 -0)
📝 package.json (+3 -2)
src/filesystem.test.ts (+70 -0)
📝 src/filesystem.ts (+1 -1)
src/llamacloud.test.ts (+11 -0)
src/options.test.ts (+35 -0)
📝 src/options.ts (+1 -1)
vitest.config.ts (+28 -0)

📄 Description

Add some tests + a test action


🔄 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/run-llama/agentfs-claude/pull/5 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 12/15/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/add-some-tests` --- ### 📝 Commits (2) - [`edbe5e5`](https://github.com/run-llama/agentfs-claude/commit/edbe5e5bc7a1e98022220edaa3cd6231abf5a941) feat: add tests + test action - [`18515e9`](https://github.com/run-llama/agentfs-claude/commit/18515e98ee2a8f45485a96c8387eebc470ca69bb) ci: change name to action ### 📊 Changes **10 files changed** (+187 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/test.yaml` (+29 -0) 📝 `README.md` (+8 -1) ➕ `data/testdata/test.md` (+1 -0) 📝 `package.json` (+3 -2) ➕ `src/filesystem.test.ts` (+70 -0) 📝 `src/filesystem.ts` (+1 -1) ➕ `src/llamacloud.test.ts` (+11 -0) ➕ `src/options.test.ts` (+35 -0) 📝 `src/options.ts` (+1 -1) ➕ `vitest.config.ts` (+28 -0) </details> ### 📄 Description Add some tests + a test action --- <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-16 04:16:14 -05:00
yindo closed this issue 2026-02-16 04:16:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/agentfs-claude#6