mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-25 23:45:13 +00:00
test
This commit is contained in:
parent
ca29fdc795
commit
13fc093602
1 changed files with 6 additions and 0 deletions
|
@ -92,4 +92,10 @@ describe('schemas', () => {
|
|||
test('flash', () => {
|
||||
type Flash = Packed<'Flash'>;
|
||||
});
|
||||
test('announcement', () => {
|
||||
type Announcement = Packed<'Announcement'>;
|
||||
});
|
||||
test('ad', () => {
|
||||
type Ad = Packed<'Ad'>;
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue