Skip to content

Commit

Permalink
fix(test): remove unused variable causing failing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
clukhei committed May 2, 2023
1 parent fe9d91e commit ed626b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FileUpload/FileUpload.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { render, fireEvent } from '@testing-library/react';
import { render } from '@testing-library/react';
import * as React from 'react';

import { FileUpload } from '../../src';
Expand Down

0 comments on commit ed626b7

Please sign in to comment.