Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed Dec 4, 2024
1 parent 8437f9c commit b317a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/TextField/TextField.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { fireEvent, getDefaultNormalizer } from '@testing-library/react';
import * as React from 'react';
import { describe, expect, it, vi } from 'vitest';
import { describe, expect, it } from 'vitest';

import { renderWithTheme } from '../../utilities/testHelpers';
import { InputAdornment } from '../InputAdornment';
Expand Down

0 comments on commit b317a03

Please sign in to comment.