Skip to content

Commit

Permalink
timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
loivsen committed Sep 24, 2024
1 parent eba7a1b commit 394903b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uui-file-dropzone/lib/uui-file-dropzone.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ describe('UUIFileDropzoneElement', () => {
});

it('can set the accept attribute with a file extension', done => {
setTimeout(() => done(), 5000);
const file1 = new File([''], 'file1.jpg', { type: 'image/jpeg' });
const file2 = new File([''], 'file2.txt', { type: 'text/plain' });
const dataTransfer = new DataTransfer();
Expand Down

0 comments on commit 394903b

Please sign in to comment.