chore: add missing semicolon

This commit is contained in:
syuilo 2021-03-29 10:14:23 +09:00 committed by marihachi
parent abded7db7d
commit 2b86b9b9b7

View file

@ -10,5 +10,5 @@ describe('#getNodeByType', () => {
it('returns node that has sprcified type', () => {
const x = null as unknown as getNodeByType<'url'>;
expectType<MfmUrl>(x);
})
});
});