Skip to content

Commit 10b017a

Browse files
authored
chore: remove unused variable from DeleteView.spec.tsx (#6177)
1 parent 70971f3 commit 10b017a

File tree

1 file changed

+0
-6
lines changed
  • packages/react-storage/src/components/StorageBrowser/views/LocationActionView/DeleteView/__tests__

1 file changed

+0
-6
lines changed

packages/react-storage/src/components/StorageBrowser/views/LocationActionView/DeleteView/__tests__/DeleteView.spec.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ import * as UseDeleteViewModule from '../useDeleteView';
99
import { DeleteViewState } from '../types';
1010
import { DeleteView } from '../DeleteView';
1111

12-
const TEST_ACTIONS = {
13-
DELETE_FILES: {
14-
options: { displayName: 'Delete file' },
15-
},
16-
};
17-
1812
jest.spyOn(Config, 'useGetActionInput').mockReturnValue(() => ({
1913
accountId: '123456789012',
2014
bucket: 'XXXXXXXXXXX',

0 commit comments

Comments
 (0)