Skip to content

Commit

Permalink
refactor: remove unused imported function on file project_board_spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wrspada02 committed Sep 30, 2024
1 parent 4c9c66c commit 1b08e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/javascripts/components/projects/project_board_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ReactDOM from 'react-dom';
import { ProjectBoard } from 'components/projects/ProjectBoard';
import storyFactory from '../../support/factories/storyFactory';
import { renderWithProviders } from '../setupRedux';
import { beforeAll, beforeEach } from 'vitest';
import { beforeAll } from 'vitest';

vi.mock('../../../../app/assets/javascripts/pusherSockets', () => ({
subscribeToProjectChanges: vi.fn(),
Expand Down

0 comments on commit 1b08e94

Please sign in to comment.