From 2fa68b7150561c48821206272ba7d0440e7e7f15 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Wed, 13 Nov 2024 20:15:49 +0100 Subject: [PATCH] chore: fix formatting error (#133) --- packages/plugin-kit/tests/config-comment-parser.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/plugin-kit/tests/config-comment-parser.test.js b/packages/plugin-kit/tests/config-comment-parser.test.js index 549ee8a..1feab8b 100644 --- a/packages/plugin-kit/tests/config-comment-parser.test.js +++ b/packages/plugin-kit/tests/config-comment-parser.test.js @@ -122,7 +122,6 @@ describe("ConfigCommentParser", () => { d: "4", }); }); - }); describe("parseListConfig", () => {