From 90c23d0245a3ea5085289f576c4145920d9a282a Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Wed, 4 Feb 2026 02:26:44 +0500 Subject: [PATCH] fix lint issue --- spec/javascripts/stimulus/tom_select_controller_test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/javascripts/stimulus/tom_select_controller_test.js b/spec/javascripts/stimulus/tom_select_controller_test.js index f853e6dc94..4f4705e222 100644 --- a/spec/javascripts/stimulus/tom_select_controller_test.js +++ b/spec/javascripts/stimulus/tom_select_controller_test.js @@ -79,7 +79,6 @@ const expectDropdownWithNoResults = () => { expect(document.querySelector(".ts-dropdown-content")?.textContent).toBe("No results found"); }; - /* ------------------------------------------------------------------ * Specs * ------------------------------------------------------------------ */