import { UpdateTextareaRowsPipe } from './update-textarea-rows.pipe'; describe('UpdateRowsPipe', () => { it('create an instance', () => { const pipe = new UpdateTextareaRowsPipe(); expect(pipe).toBeTruthy(); }); });