mirror of
https://github.com/niels-emmer/myace.git
synced 2026-09-13 23:53:30 +02:00
[PR #102] [MERGED] test: add regression coverage for category count reset bug #102
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
github-mirrors/myace#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/niels-emmer/myace/pull/102
Author: @niels-emmer
Created: 8/14/2026
Status: ✅ Merged
Merged: 8/14/2026
Merged by: @niels-emmer
Base:
main← Head:test/category-count-regression📝 Commits (1)
dc01244test: add regression coverage for category count reset bug (#51)📊 Changes
1 file changed (+50 additions, -0 deletions)
View changed files
📝
frontend/src/pages/CollectionDetail.test.tsx(+50 -0)📄 Description
Summary
CollectionDetail.tsx—typeCountsis computed from the full unfiltered artifact list, not the filtered one. Root cause of the recurrence was a stale cached SPA shell in the browser (the same class of issue #99 just fixed for the zip-download bug), not a code regression.Test plan
npx vitest run src/pages/CollectionDetail.test.tsx— 15/15 pass, including the new "Category counts" testnpm run lint— clean (pre-existing unrelated warnings only)🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.