diff --git a/test-d/index.ts b/test-d/index.ts index ceccb3f..18e8fef 100644 --- a/test-d/index.ts +++ b/test-d/index.ts @@ -10,5 +10,5 @@ describe('#getNodeByType', () => { it('returns node that has sprcified type', () => { const x = null as unknown as getNodeByType<'url'>; expectType(x); - }) + }); });