Skip to content

Commit 24a594a

Browse files
author
Carlos Hernández
committed
Remove unused imports and fix syntax formatting in DropzoneController files.
1 parent 3fca53a commit 24a594a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Dropzone/assets/src/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class extends Controller {
2222
'previewClearButton',
2323
'previewFilename',
2424
'previewImage',
25-
'previewContainer'
25+
'previewContainer',
2626
];
2727

2828
files: Map<string, File> = new Map<string, File>();

src/Dropzone/assets/test/unit/controller.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
import { Application, Controller } from '@hotwired/stimulus';
1111
import { getByTestId, waitFor } from '@testing-library/dom';
12-
import user from '@testing-library/user-event';
1312
import { afterEach, beforeEach, describe, expect, it } from 'vitest';
1413
import { clearDOM, mountDOM } from '../../../../../test/stimulus-helpers';
1514
import DropzoneController from '../../src/controller';

0 commit comments

Comments
 (0)