Skip to content
Snippets Groups Projects
Commit 2b86b9b9 authored by syuilo's avatar syuilo Committed by marihachi
Browse files

chore: add missing semicolon

parent abded7db
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,5 @@ describe('#getNodeByType', () => {
it('returns node that has sprcified type', () => {
const x = null as unknown as getNodeByType<'url'>;
expectType<MfmUrl>(x);
})
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment