import React from 'react'; import Textarea from '../../components/Textarea'; import { shallow } from '../enzyme'; describe('Textarea', () => { it('should be defined', () => { expect(Textarea).toBeDefined(); }); it('should prepend correctly', () => { const tree = shallow(