mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
fix: update enhancement test to include ux-reviewer mode
Test expected 4 enhancement modes but there are now 5 after adding the ux-reviewer mode. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
committed by
DhanushSantosh
parent
70204a2d36
commit
20cc401238
@@ -399,7 +399,7 @@ describe('enhancement.ts', () => {
|
||||
const modes = getAvailableEnhancementModes();
|
||||
|
||||
expect(Array.isArray(modes)).toBe(true);
|
||||
expect(modes.length).toBe(4);
|
||||
expect(modes.length).toBe(5);
|
||||
});
|
||||
|
||||
it('should include all valid modes', () => {
|
||||
@@ -409,6 +409,7 @@ describe('enhancement.ts', () => {
|
||||
expect(modes).toContain('technical');
|
||||
expect(modes).toContain('simplify');
|
||||
expect(modes).toContain('acceptance');
|
||||
expect(modes).toContain('ux-reviewer');
|
||||
});
|
||||
|
||||
it('should return modes in consistent order', () => {
|
||||
|
||||
Reference in New Issue
Block a user