Skip to content

Commit

Permalink
refactor: remove unused debug function file story_search_spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wrspada02 committed Sep 30, 2024
1 parent b6adec2 commit e09e9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/javascripts/components/search/story_search_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('<StorySearch />', () => {
describe('loading', () => {
describe('when loading is true', () => {
it('renders the spinner', () => {
const { container, debug } = render(
const { container } = render(
<StorySearch projectId={1} search={vi.fn()} loading={true} />
);

Expand Down

0 comments on commit e09e9b4

Please sign in to comment.