Files
makelore/resources/skills/superpowers/tests/skill-triggering/prompts/dispatching-parallel-agents.txt
2026-07-29 17:22:35 +08:00

8 lines
413 B
Plaintext

I have 4 independent test failures happening in different modules:
1. tests/auth/login.test.ts - "should redirect after login" is failing
2. tests/api/users.test.ts - "should return user list" returns 500
3. tests/components/Button.test.tsx - snapshot mismatch
4. tests/utils/date.test.ts - timezone handling broken
These are unrelated issues in different parts of the codebase. Can you investigate all of them?