mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(packages): i18n (#1708)
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user