diff --git a/packages/react/src/components/DataTable/__tests__/TableBatchAction-test.js b/packages/react/src/components/DataTable/__tests__/TableBatchAction-test.js index 007b0d9be0bc..55a53703513a 100644 --- a/packages/react/src/components/DataTable/__tests__/TableBatchAction-test.js +++ b/packages/react/src/components/DataTable/__tests__/TableBatchAction-test.js @@ -5,25 +5,30 @@ * LICENSE file in the root directory of this source tree. */ +import { render, screen } from '@testing-library/react'; import React from 'react'; -import { mount } from 'enzyme'; import { TableBatchAction } from '../'; -describe('DataTable.TableBatchAction', () => { - it('should render', () => { - const wrapper = mount( - - ); - expect(wrapper).toMatchSnapshot(); +describe('TableBatchAction', () => { + it('should render a