fix(gstack2): harden integrated runtime verification

This commit is contained in:
Sinabina
2026-07-21 12:29:01 -07:00
parent 09492d34b4
commit 37144e8b05
24 changed files with 2032 additions and 3313 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ describe('GStack 2 semantic parity', () => {
expect(result.sections).toBe(16);
expect(result.policyUnits).toBe(AUTHORITY_POLICY_CASES.length);
expect(result.checks).toBeGreaterThan(250);
});
}, 15_000);
test('authority-policy units cover evidence, trust, and routing controls', () => {
expect(AUTHORITY_POLICY_CASES.length).toBeGreaterThanOrEqual(9);