Skip to content

Commit da26a19

Browse files
committed
fix: Update codex validation test to include ci-cd category
- Added 'ci-cd' to expected term categories in framework-init.test.ts - Test was failing because new CI/CD terms use 'ci-cd' category - Ensures codex validation properly accepts CI/CD enforcement terms - Fixes CI/CD pipeline failure caused by test expecting old categories only This maintains test coverage while supporting new CI/CD functionality.
1 parent 24d2723 commit da26a19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/__tests__/integration/framework-init.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ describe("StringRay Framework Initialization Integration", () => {
205205
"architectural",
206206
"advanced",
207207
"self-evolution",
208+
"ci-cd",
208209
]).toContain(term.category);
209210
});
210211
});

0 commit comments

Comments
 (0)