feat(packages): i18n (#1708)

This commit is contained in:
Sam Potts
2026-07-10 12:58:47 +10:00
committed by GitHub
parent 5f48fcc6d6
commit 028dadb385
561 changed files with 13059 additions and 1320 deletions
@@ -134,6 +134,16 @@ describe('composite define registration', () => {
});
});
describe('video/ui', () => {
it('registers media-text for skin template labels', async () => {
const before = spy.mock.calls.length;
await import('../video/ui');
const batch = batchSince(before);
expect(batch).toContain('media-text');
});
});
// ── Final state ──────────────────────────────────────────────────────
describe('registry completeness', () => {