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 * ------------------------------------------------------------------ */