diff --git a/packages/web-react/src/components/TextArea/__tests__/TextArea.test.tsx b/packages/web-react/src/components/TextArea/__tests__/TextArea.test.tsx index 526f3ebe5f..832731f019 100644 --- a/packages/web-react/src/components/TextArea/__tests__/TextArea.test.tsx +++ b/packages/web-react/src/components/TextArea/__tests__/TextArea.test.tsx @@ -2,9 +2,9 @@ import '@testing-library/jest-dom'; import { render } from '@testing-library/react'; import React from 'react'; import { classNamePrefixProviderTest } from '../../../../tests/providerTests/classNamePrefixProviderTest'; -import { stylePropsTest } from '../../../../tests/providerTests/stylePropsTest'; -import { restPropsTest } from '../../../../tests/providerTests/restPropsTest'; import { validationStatePropsTest } from '../../../../tests/providerTests/dictionaryPropsTest'; +import { restPropsTest } from '../../../../tests/providerTests/restPropsTest'; +import { stylePropsTest } from '../../../../tests/providerTests/stylePropsTest'; import { validationTextPropsTest } from '../../../../tests/providerTests/validationTextPropsTest'; import TextArea from '../TextArea';