Skip to content

Commit

Permalink
chore: remove unused variable from DeleteView.spec.tsx (#6177)
Browse files Browse the repository at this point in the history
  • Loading branch information
dindjarinjs authored Nov 20, 2024
1 parent 70971f3 commit 10b017a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ import * as UseDeleteViewModule from '../useDeleteView';
import { DeleteViewState } from '../types';
import { DeleteView } from '../DeleteView';

const TEST_ACTIONS = {
DELETE_FILES: {
options: { displayName: 'Delete file' },
},
};

jest.spyOn(Config, 'useGetActionInput').mockReturnValue(() => ({
accountId: '123456789012',
bucket: 'XXXXXXXXXXX',
Expand Down

0 comments on commit 10b017a

Please sign in to comment.