test: update host-config tests for agy

This commit is contained in:
Shagun Prasad 2026-06-25 17:44:21 +05:30
parent c4150b7122
commit 8a3f6273eb
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ const ROOT = path.resolve(import.meta.dir, '..');
// ─── hosts/index.ts ─────────────────────────────────────────
describe('hosts/index.ts', () => {
test('ALL_HOST_CONFIGS has 10 hosts', () => {
expect(ALL_HOST_CONFIGS.length).toBe(10);
test('ALL_HOST_CONFIGS has 11 hosts', () => {
expect(ALL_HOST_CONFIGS.length).toBe(11);
});
test('ALL_HOST_NAMES matches config names', () => {