From 2b86b9b9b759f1d838dfe92e2bfff5581dc54c92 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Mon, 29 Mar 2021 10:14:23 +0900
Subject: [PATCH] chore: add missing semicolon

---
 test-d/index.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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<MfmUrl>(x);
-	})
+	});
 });
-- 
GitLab