mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 20:30:47 +02:00
fix(gstack2): harden integrated runtime verification
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user