describe('COMPONENTS - <TextArea>', () => {
  test('render TextArea', () => {
    const component = setup();

    expect(component).toMatchSnapshot();