mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-21 21:55:09 +00:00
chore: add missing semicolon
This commit is contained in:
parent
abded7db7d
commit
2b86b9b9b7
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ describe('#getNodeByType', () => {
|
|||
it('returns node that has sprcified type', () => {
|
||||
const x = null as unknown as getNodeByType<'url'>;
|
||||
expectType<MfmUrl>(x);
|
||||
})
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue