chore: wire /autoplan into routing, touchfiles, and validation tests

This commit is contained in:
Garry Tan
2026-03-22 10:09:54 -07:00
parent a8f20d75d5
commit 67941bc4e5
6 changed files with 23 additions and 2 deletions
+3 -2
View File
@@ -79,8 +79,9 @@ describe('selectTests', () => {
expect(result.selected).toContain('plan-ceo-review');
expect(result.selected).toContain('plan-ceo-review-selective');
expect(result.selected).toContain('plan-ceo-review-benefits');
expect(result.selected.length).toBe(3);
expect(result.skipped.length).toBe(Object.keys(E2E_TOUCHFILES).length - 3);
expect(result.selected).toContain('autoplan-core');
expect(result.selected.length).toBe(4);
expect(result.skipped.length).toBe(Object.keys(E2E_TOUCHFILES).length - 4);
});
test('global touchfile triggers ALL tests', () => {