mirror of
https://github.com/run-llama/agentfs-claude.git
synced 2026-07-01 21:24:01 -04:00
[PR #5] [MERGED] feat: add tests + test action #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:clelia/add-some-tests📝 Commits (2)
edbe5e5feat: add tests + test action18515e9ci: 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.