test
This commit is contained in:
parent
ca29fdc795
commit
13fc093602
|
@ -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'>;
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue