This commit is contained in:
tamaina 2023-05-15 09:44:23 +00:00
parent ca29fdc795
commit 13fc093602
1 changed files with 6 additions and 0 deletions

View File

@ -92,4 +92,10 @@ describe('schemas', () => {
test('flash', () => { test('flash', () => {
type Flash = Packed<'Flash'>; type Flash = Packed<'Flash'>;
}); });
test('announcement', () => {
type Announcement = Packed<'Announcement'>;
});
test('ad', () => {
type Ad = Packed<'Ad'>;
});
}); });